diff --git a/services/web/app/views/project/list/modals.pug b/services/web/app/views/project/list/modals.pug index add65bf012..f6ea95e9ab 100644 --- a/services/web/app/views/project/list/modals.pug +++ b/services/web/app/views/project/list/modals.pug @@ -207,10 +207,10 @@ script(type='text/ng-template', id='archiveTrashLeaveOrDeleteProjectsModalTempla strong {{project.name}} .project-action-alert.alert.alert-info(ng-if="action === 'archive'") .project-action-alert-msg #{translate("archived_projects_info_note")} - a(href="https://www.overleaf.com/blog/new-feature-using-archive-and-trash-to-keep-your-projects-organized").project-action-alert-btn.btn.btn-info.pull-right #{translate("find_out_more")} + a(href="https://www.overleaf.com/blog/new-feature-using-archive-and-trash-to-keep-your-projects-organized" target="_blank").project-action-alert-btn.btn.btn-info.pull-right #{translate("find_out_more")} .project-action-alert.alert.alert-info(ng-if="action === 'trash'") .project-action-alert-msg #{translate("trashed_projects_info_note")} - a(href="https://www.overleaf.com/blog/new-feature-using-archive-and-trash-to-keep-your-projects-organized").project-action-alert-btn.btn.btn-info.pull-right #{translate("find_out_more")} + a(href="https://www.overleaf.com/blog/new-feature-using-archive-and-trash-to-keep-your-projects-organized" target="_blank").project-action-alert-btn.btn.btn-info.pull-right #{translate("find_out_more")} .project-action-alert.alert.alert-warning(ng-if="action === 'leave' || action === 'delete'") i.fa.fa-fw.fa-exclamation-triangle .project-action-alert-msg #{translate("this_action_cannot_be_undone")}