Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarnermm authored Aug 3, 2021
1 parent ab6d3f1 commit de8506c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Below is an example of regexp patterns used for autolinking at https://community
- Pattern: `https://community\\.mattermost\\.com/(?P\u003cteamname\u003e(?a-zA-Z0-9]+)/(?P\u003cid\u003e[a-zA-Z0-9]+)`
- Template: `[<jump to convo>](/${teamname}/pl/${id})/${id})`

5. Autolink the word Handbook to a internal URL on the private team (called `office`), and a private channel (`staff`) in the public team (called `everyone`).
Autolink the word Handbook to a internal URL on the private team (called `office`), and a private channel (`staff`) in the public team (called `everyone`).
- Pattern: `(Handbook)`
- Template: `[Handbook](http://www.mywebsite.com/private/handbook)`
- Scope: `["office", "everyone/staff"]`
Expand Down

0 comments on commit de8506c

Please sign in to comment.