Updated Next Step links#81
Conversation
Updated the links under "Next Steps" to link to v2 sites and not 404.
| ## Next Steps | ||
|
|
||
| - Follow the [**Getting Started**](./getting-started) tutorial to add Friendly Captcha to your website in 3 steps. | ||
| - Follow the [**Getting Started**](./v2/getting-started/) tutorial to add Friendly Captcha to your website in 3 steps. |
There was a problem hiding this comment.
@felbin1997 I'm not getting 404 errors on the production website, are you? See the link previews in the bottom left below.
There was a problem hiding this comment.
@greenberga For me it doesn't matter which link I open it is either not loading or directly giving me a 404...
Don't matter if I choose Chrome or Safari. There is always the v2 missing in the URL.
There was a problem hiding this comment.
Ah, I think I see the problem
There was a problem hiding this comment.
There's something a bit weird about how Docusaurus handles relative links. Sometimes it works and sometimes it doesn't and I can't really explain the logic behind it. But I noticed that the relative links incorrectly reference the directory structure.
├── getting-started
│ ├── index.md
│ ├── ...
├── guides
│ ├── index.md
│ ├── ...
├── introduction
│ ├── index.md
│ └── v1-and-v2.md
Using .. to step up a directory is the correct fix, I believe.
There was a problem hiding this comment.
Updated the links under "Next Steps" to link to v2 sites and not 404.