mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 18:33:37 -05:00
Merge pull request #16456 from overleaf/dp-trask-project-link
Update help article links for archiving and trashing projects GitOrigin-RevId: 3be4e3bdab89e8f85182ad421d9641222f3eb99e
This commit is contained in:
parent
8971357dce
commit
8eb787e805
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ function ArchiveProjectModal({
|
||||||
<p>
|
<p>
|
||||||
{t('archiving_projects_wont_affect_collaborators')}{' '}
|
{t('archiving_projects_wont_affect_collaborators')}{' '}
|
||||||
<a
|
<a
|
||||||
href="https://www.overleaf.com/blog/new-feature-using-archive-and-trash-to-keep-your-projects-organized"
|
href="https://www.overleaf.com/learn/how-to/How_do_I_archive_and_unarchive_projects%3F"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
|
|
|
@ -43,7 +43,7 @@ function TrashProjectModal({
|
||||||
<p>
|
<p>
|
||||||
{t('trashing_projects_wont_affect_collaborators')}{' '}
|
{t('trashing_projects_wont_affect_collaborators')}{' '}
|
||||||
<a
|
<a
|
||||||
href="https://www.overleaf.com/blog/new-feature-using-archive-and-trash-to-keep-your-projects-organized"
|
href="https://www.overleaf.com/learn/how-to/How_do_I_remove_or_delete_a_project%3F"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue