Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit 99fdb52

Browse files
committed
AppDetails: unify link to wiki (ⓘ)
1 parent cff1c18 commit 99fdb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/packagedata.lib

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ function _makeAppDoc() {
489489

490490
echo "# Installed ${apptype} on ${DEVICE_NAME} {#${apptype/-/_}}" > "${mdfile}"
491491
echo -n " \[[${apptype}](#${apptype/-/_})\]" >> "${DOCDIR}/apps.head"
492-
echo "(As of $(date '+%Y-%m-%d %H:%M')) <sup>[help](${WIKI_BASE}/AppDetails-explained)</sup>" >> "${mdfile}"
492+
echo "(As of $(date '+%Y-%m-%d %H:%M')) **<sup>[](${WIKI_BASE}/AppDetails-explained)</sup>**" >> "${mdfile}"
493493
declare -A PK_INFO
494494
for src in ${!PK_INSTALLERS[@]}; do
495495
PK_INFO[$src]=""

0 commit comments

Comments
 (0)