File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6742,9 +6742,9 @@ <h3 id="setting-the-html-title">Setting the HTML Title<a class="headerlink" href
6742
6742
</ code > </ pre > </ div >
6743
6743
< h3 id ="handling-redirects "> Handling Redirects< a class ="headerlink " href ="#handling-redirects " title ="Permanent link "> ¶</ a > </ h3 >
6744
6744
< p > If you move or rename an article, make sure to set up a redirect. A redirect file should look like this:</ p >
6745
- < div class ="highlight "> < pre > < span > </ span > < code > <meta http-equiv="refresh" content="0; url=/< new-section>/< new-article> .html">
6745
+ < div class ="highlight "> < pre > < span > </ span > < code > <meta http-equiv="refresh" content="0; url=../ new-section/ new-article.html">
6746
6746
< span class ="gh "> # Article Name</ span >
6747
- This article has been moved to a [< span class ="nt "> new location</ span > ](< span class ="na "> < new-section>/< new-article> .md</ span > ).
6747
+ This article has been moved to a [< span class ="nt "> new location</ span > ](< span class ="na "> new-section/ new-article.md</ span > ).
6748
6748
</ code > </ pre > </ div >
6749
6749
< h3 id ="maintaining-anchor-links "> Maintaining Anchor Links< a class ="headerlink " href ="#maintaining-anchor-links " title ="Permanent link "> ¶</ a > </ h3 >
6750
6750
< p > If you rename a section, the link to that section might break. To avoid this, add an anchor manually:</ p >
You can’t perform that action at this time.
0 commit comments