Skip to content

Commit

Permalink
[sailfish-utilities] Use DSO as target for more info links. Fixes JB#…
Browse files Browse the repository at this point in the history
…59782

TJC is in read only mode, in DSO we can update the docs.

Signed-off-by: Ville Nummela <[email protected]>
  • Loading branch information
vigejolla committed Jan 13, 2023
1 parent 6cc2c04 commit b5b0796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qml/plugins/CleanPackageCache.qml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ActionItem {
//% "More information can be found "
//% "%1here%2."
description: qsTrId("sailfish-utilities-me-clean-pkg-cache-desc-url")
.arg("<a href='https://together.jolla.com/question/7988/problem-with-store-unable-to-install/'>")
.arg("<a href='https://docs.sailfishos.org/Support/Help_Articles/Tips_and_Tricks/#fix-the-package-cache'>")
.arg("</a>")
requiresReboot: true

Expand Down
2 changes: 1 addition & 1 deletion qml/plugins/CleanTracker.qml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ActionItem {
//% "More information can be found "
//% "%1here%2."
description: qsTrId("sailfish-utilities-me-clean-tracker-db-desc-url")
.arg("<a href='https://together.jolla.com/question/4337/refresh-tracker/'>")
.arg("<a href='https://docs.sailfishos.org/Support/Help_Articles/Tips_and_Tricks/#refresh-the-tracker-database'>")
.arg("</a>")
deviceLockRequired: false

Expand Down

0 comments on commit b5b0796

Please sign in to comment.