mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 13:36:50 +00:00
Update docs link (#281)
This commit is contained in:
parent
878d9b46d2
commit
82f25dfc90
@ -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…
x
Reference in New Issue
Block a user