Update any remaining documentation links

This commit is contained in:
Lovell Fuller 2020-01-16 20:52:19 +00:00
parent ba29ba1ab7
commit 78906e6551
3 changed files with 13 additions and 8 deletions

View File

@ -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?

View File

@ -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

View File

@ -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
},