Skip to content

[BUG] All relative links break #314

@digitaldiina

Description

@digitaldiina

Bug overview

Description: None of the relative links in Markdown content resolve correctly. Used to work.
Steps to reproduce:

  1. Go to https://app-superoffice-docs-dev.azurewebsites.net/integrations/video-meetings
  2. Click "Troubleshooting" in toc - page opens.
  3. Go back to Introduction.
  4. Scroll content to "Getting started" and click "Troubleshooting" - 404

(This bug is unrelated to the toc, but I'm using it to illustrate what works and what does not.)

Expected result: Open same link target as if clicked from toc (this page: https://docs.superoffice.com/integrations/video-meetings/troubleshooting.html)
Actual result: 404
In toc, link target is https://app-superoffice-docs-dev.azurewebsites.net/integrations/video-meetings/troubleshooting
In the content, link target is https://app-superoffice-docs-dev.azurewebsites.net/integrations/troubleshooting.md

code: <a href="howto/configure-email-invitations.md">How to configure email invitations</a>

Seems to trigger a redirect/rewrite that omits the folder level when generating the final url AND it adds .md instead of .html

Additional details

Environment: Edge
Logs/screenshots:

Image Image Image

Metadata

Metadata

Assignees

Labels

🐜 bugSomething isn't working📌 MVPRequired for the initial launch of the Astro site.

Type

Projects

Status

🟢 Ready for Dev

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions