Bug overview
Description: None of the relative links in Markdown content resolve correctly. Used to work.
Steps to reproduce:
- Go to https://app-superoffice-docs-dev.azurewebsites.net/integrations/video-meetings
- Click "Troubleshooting" in toc - page opens.
- Go back to Introduction.
- 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:

Bug overview
Description: None of the relative links in Markdown content resolve correctly. Used to work.
Steps to reproduce:
(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: