Skip to content

Commit 61b435a

Browse files
docs/general: set target="_self" for some links
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent c9fbcc7 commit 61b435a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/_pages/general.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: General
77
tab1 { padding-left: 4em; }
88
</style>
99

10-
<h2>📚 Documentation</h2>
10+
<h2>📚 General</h2>
1111

1212
<p style="text-align: justify;">
1313
<strong>Package Manager</strong> is a powerful, open-source Android app designed to help users manage system and user-installed apps with ease. It’s completely free and available for download via
@@ -43,11 +43,11 @@ title: General
4343
</p>
4444

4545
<ol>
46-
<li><a href="{{ site.github.url }}/ui/">🖥️ User Interface</a></li>
47-
<li><a href="{{ site.github.url }}/batch/">🗂️ Batch Options</a></li>
48-
<li><a href="{{ site.github.url }}/sai/">📦 Installer (Split APKs)</a></li>
49-
<li><a href="{{ site.github.url }}/exports/">📤 Exported Apps</a></li>
50-
<li><a href="{{ site.github.url }}/settings/">⚙️ Settings</a></li>
46+
<li><a href="{{ site.github.url }}/ui/" target="_self">🖥️ User Interface</a></li>
47+
<li><a href="{{ site.github.url }}/batch/" target="_self">🗂️ Batch Options</a></li>
48+
<li><a href="{{ site.github.url }}/sai/" target="_self">📦 Installer (Split APKs)</a></li>
49+
<li><a href="{{ site.github.url }}/exports/" target="_self">📤 Exported Apps</a></li>
50+
<li><a href="{{ site.github.url }}/settings/" target="_self">⚙️ Settings</a></li>
5151
</ol>
5252

5353
<hr />

0 commit comments

Comments
 (0)