Skip to content

Commit

Permalink
Fix Mattermost guide image path
Browse files Browse the repository at this point in the history
Use Markdown relative link syntax, since the `a` element leads to a
broken image link.
  • Loading branch information
ptgott authored and github-actions committed Jan 7, 2025
1 parent a0a1b87 commit b6582fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ Set the "Username", "Display Name", and "Description" fields according to how
you would like the Mattermost plugin bot to appear in your workspace. Set "Role"
to "Member".

You can <a href="../../../../img/enterprise/plugins/[email protected]"
download>download</a> our avatar to set as your Bot Icon.
You can [download](../../../../img/enterprise/plugins/[email protected]) our
avatar to set as your Bot Icon.

Set "post:all" to "Enabled".

Expand Down

0 comments on commit b6582fe

Please sign in to comment.