diff --git a/.github/ISSUE_TEMPLATE/installation.md b/.github/ISSUE_TEMPLATE/installation.md index df97cbbb..c282c50c 100644 --- a/.github/ISSUE_TEMPLATE/installation.md +++ b/.github/ISSUE_TEMPLATE/installation.md @@ -7,7 +7,7 @@ assignees: '' --- -Did you see the [documentation relating to installation](https://sharp.pixelplumbing.com/en/stable/install/)? +Did you see the [documentation relating to installation](https://sharp.pixelplumbing.com/install)? Have you ensured the platform and version of Node.js used for `npm install` is the same as the platform and version of Node.js used at runtime? diff --git a/README.md b/README.md index c586f9db..eb72ef78 100644 --- a/README.md +++ b/README.md @@ -90,10 +90,10 @@ readableStream ### Documentation Visit [sharp.pixelplumbing.com](https://sharp.pixelplumbing.com/) for complete -[installation instructions](https://sharp.pixelplumbing.com/page/install), -[API documentation](https://sharp.pixelplumbing.com/page/api), -[benchmark tests](https://sharp.pixelplumbing.com/page/performance) and -[changelog](https://sharp.pixelplumbing.com/page/changelog). +[installation instructions](https://sharp.pixelplumbing.com/install), +[API documentation](https://sharp.pixelplumbing.com/api-constructor), +[benchmark tests](https://sharp.pixelplumbing.com/performance) and +[changelog](https://sharp.pixelplumbing.com/changelog). ### Contributing diff --git a/docs/firebase.json b/docs/firebase.json index 04d08434..685be62b 100644 --- a/docs/firebase.json +++ b/docs/firebase.json @@ -21,7 +21,7 @@ ], "redirects": [ { - "source": "**/install/**", + "source": "**/install**", "destination": "/install", "type": 301 }, @@ -71,12 +71,17 @@ "type": 301 }, { - "source": "**/performance/**", + "source": "**/api**", + "destination": "/api-constructor", + "type": 301 + }, + { + "source": "**/performance**", "destination": "/performance", "type": 301 }, { - "source": "**/changelog/**", + "source": "**/changelog**", "destination": "/changelog", "type": 301 },