Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Styling link in documentation returning 404 #1988

Open
henriquessb opened this issue Oct 3, 2024 · 0 comments
Open

Fix Styling link in documentation returning 404 #1988

henriquessb opened this issue Oct 3, 2024 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@henriquessb
Copy link

henriquessb commented Oct 3, 2024

Problem

In the Getting Started page of the documentation, the link in the Styling card returns 404. The URL there currently is https://shoreline.vtex.com/guides/guides/styling/introduction. Notice that guides/ appears twice.

Solution

I propose changing the link to the Styling card by removing the second guides/. I believe this could be done by changing the link in the getting-started.mdx file.

The change would be like:

- <Card title="Styling" href="guides/styling/introduction" />
+ <Card title="Styling" href="styling/introduction" />

Usage examples

No response

Dependencies

No response

References

I took this screenshot showing the link in the Styling card.

Shoreline Styling URL

@henriquessb henriquessb added documentation Improvements or additions to documentation proposal Proposals for enhancements to the software labels Oct 3, 2024
@beatrizmilhomem beatrizmilhomem added bug Something isn't working and removed proposal Proposals for enhancements to the software labels Oct 4, 2024
@beatrizmilhomem beatrizmilhomem moved this to Backlog in Shoreline Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
Status: Backlog
Development

No branches or pull requests

2 participants