mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-07 08:09:01 +02:00
Merge pull request #1008 from sharelatex/ta-fix-help-link
fix link to link sharing help page
This commit is contained in:
@@ -19,7 +19,7 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
|
||||
) #{translate('turn_on_link_sharing')}
|
||||
span
|
||||
a(
|
||||
href="/learn/Kb/what_is_link_sharing"
|
||||
href="/learn/how-to/What_is_Link_Sharing%3F"
|
||||
target="_blank"
|
||||
)
|
||||
i.fa.fa-question-circle(
|
||||
@@ -38,7 +38,7 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
|
||||
) #{translate('turn_off_link_sharing')}
|
||||
span
|
||||
a(
|
||||
href="/learn/Kb/what_is_link_sharing"
|
||||
href="/learn/how-to/What_is_Link_Sharing%3F"
|
||||
target="_blank"
|
||||
)
|
||||
i.fa.fa-question-circle(
|
||||
|
||||
Reference in New Issue
Block a user