more persistent links (won't be invalid if title changes)
This commit is contained in:
parent
76a02796b7
commit
ae41a4f9ff
|
@ -404,9 +404,9 @@ function setupEventListeners() {
|
|||
content: {
|
||||
text: sprintf(
|
||||
$.i18n._("Some steam types require extra configuration. Details about enabling %sAAC+ Support%s or %sOpus Support%s are provided."),
|
||||
"<a target='_blank' href='https://wiki.sourcefabric.org/pages/viewpage.action?pageId=13632310'>",
|
||||
"<a target='_blank' href='https://wiki.sourcefabric.org/x/NgPQ'>",
|
||||
"</a>",
|
||||
"<a target='_blank' href='https://wiki.sourcefabric.org/display/CC/Airtime+Opus+Support'>",
|
||||
"<a target='_blank' href='https://wiki.sourcefabric.org/x/KgPQ'>",
|
||||
"</a>")
|
||||
},
|
||||
hide: {
|
||||
|
|
Loading…
Reference in New Issue