mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Update docs link (#281)
This commit is contained in:
parent
878d9b46d2
commit
82f25dfc90
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ class InvenTreeAboutWidget extends StatelessWidget {
|
|||
|
||||
var docsUrl = Uri(
|
||||
scheme: "https",
|
||||
host: "inventree.readthedocs.io",
|
||||
host: "docs.inventree.org",
|
||||
path: "en/latest/app/app/");
|
||||
|
||||
if (await canLaunchUrl(docsUrl)) {
|
||||
|
|
@ -186,7 +186,7 @@ class InvenTreeAboutWidget extends StatelessWidget {
|
|||
tiles.add(
|
||||
ListTile(
|
||||
title: Text(L10().documentation),
|
||||
subtitle: Text("https://inventree.readthedocs.io"),
|
||||
subtitle: Text("https://docs.inventree.org"),
|
||||
leading: FaIcon(FontAwesomeIcons.book, color: COLOR_CLICK),
|
||||
onTap: () {
|
||||
_openDocs();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue