mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #1008 from sharelatex/ta-fix-help-link
fix link to link sharing help page
This commit is contained in:
commit
8f8765a412
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue