Fix user profile links generated by code
This commit is contained in:
parent
c4b0ec763a
commit
c0434c9a5b
3 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ const types = [
|
|||
]
|
||||
|
||||
export const userCard = (id) =>
|
||||
`[](https://next.freesewing.org/users/${id})`
|
||||
`[](https://freesewing.org/users/user?id=${id})`
|
||||
|
||||
const templates = {
|
||||
bugReport: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue