-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[v16] Fix Mattermost guide image path #50827
base: branch/v16
Are you sure you want to change the base?
Conversation
Use Markdown relative link syntax, since the `a` element leads to a broken image link.
Amplify deployment status
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the link is still broken?
And click the "our avatar" link, I got a 404 because of the trailing slash: https://bot-backport-50707-branch-v16.d3pp5qlev8mo18.amplifyapp.com/assets/files/teleport_bot@2x-d25baa82e83316fe798e3778c6c729cb.png/
It looks like the easiest way to get around this is to make the logo available as a static asset on the Docusaurus site, then import it as a module on the Mattermost guide page. I have a PR here to add the asset: gravitational/docs-website#114 |
Closes #50827 Closes #50826 This allows us to create a download link using the `a` tag. Depends on gravitational/docs-website#114
Closes #50827 Closes #50826 This allows us to create a download link using the `a` tag. Depends on gravitational/docs-website#114
Closes #50827 Closes #50826 This allows us to create a download link using the `a` tag. Depends on gravitational/docs-website#114
Backport #50707 to branch/v16