mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Update any remaining documentation links
This commit is contained in:
parent
ba29ba1ab7
commit
78906e6551
2
.github/ISSUE_TEMPLATE/installation.md
vendored
2
.github/ISSUE_TEMPLATE/installation.md
vendored
@ -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?
|
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?
|
||||||
|
|
||||||
|
@ -90,10 +90,10 @@ readableStream
|
|||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
Visit [sharp.pixelplumbing.com](https://sharp.pixelplumbing.com/) for complete
|
Visit [sharp.pixelplumbing.com](https://sharp.pixelplumbing.com/) for complete
|
||||||
[installation instructions](https://sharp.pixelplumbing.com/page/install),
|
[installation instructions](https://sharp.pixelplumbing.com/install),
|
||||||
[API documentation](https://sharp.pixelplumbing.com/page/api),
|
[API documentation](https://sharp.pixelplumbing.com/api-constructor),
|
||||||
[benchmark tests](https://sharp.pixelplumbing.com/page/performance) and
|
[benchmark tests](https://sharp.pixelplumbing.com/performance) and
|
||||||
[changelog](https://sharp.pixelplumbing.com/page/changelog).
|
[changelog](https://sharp.pixelplumbing.com/changelog).
|
||||||
|
|
||||||
### Contributing
|
### Contributing
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
],
|
],
|
||||||
"redirects": [
|
"redirects": [
|
||||||
{
|
{
|
||||||
"source": "**/install/**",
|
"source": "**/install**",
|
||||||
"destination": "/install",
|
"destination": "/install",
|
||||||
"type": 301
|
"type": 301
|
||||||
},
|
},
|
||||||
@ -71,12 +71,17 @@
|
|||||||
"type": 301
|
"type": 301
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "**/performance/**",
|
"source": "**/api**",
|
||||||
|
"destination": "/api-constructor",
|
||||||
|
"type": 301
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "**/performance**",
|
||||||
"destination": "/performance",
|
"destination": "/performance",
|
||||||
"type": 301
|
"type": 301
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "**/changelog/**",
|
"source": "**/changelog**",
|
||||||
"destination": "/changelog",
|
"destination": "/changelog",
|
||||||
"type": 301
|
"type": 301
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user