Просмотр исходного кода

Merge pull request #30192 from overleaf/dp-file-outline-link

Update file outline empty state link

GitOrigin-RevId: 1f83c0d0010f6a48ff03d6b9464b4d8764630d85
David 8 месяцев назад
Родитель
Сommit
ddbc40693b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      services/web/frontend/js/features/outline/components/outline-root.tsx

+ 1 - 1
services/web/frontend/js/features/outline/components/outline-root.tsx

@@ -27,7 +27,7 @@ function OutlineRoot({
         <div className="outline-body-no-elements">
         <div className="outline-body-no-elements">
           {t('we_cant_find_any_sections_or_subsections_in_this_file')}.{' '}
           {t('we_cant_find_any_sections_or_subsections_in_this_file')}.{' '}
           <a
           <a
-            href="/learn/how-to/Using_the_File_Outline_feature"
+            href="https://docs.overleaf.com/navigating-in-the-editor/selecting-and-managing-files"
             className="outline-body-link"
             className="outline-body-link"
             target="_blank"
             target="_blank"
             rel="noopener noreferrer"
             rel="noopener noreferrer"