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(
|
var docsUrl = Uri(
|
||||||
scheme: "https",
|
scheme: "https",
|
||||||
host: "inventree.readthedocs.io",
|
host: "docs.inventree.org",
|
||||||
path: "en/latest/app/app/");
|
path: "en/latest/app/app/");
|
||||||
|
|
||||||
if (await canLaunchUrl(docsUrl)) {
|
if (await canLaunchUrl(docsUrl)) {
|
||||||
@ -186,7 +186,7 @@ class InvenTreeAboutWidget extends StatelessWidget {
|
|||||||
tiles.add(
|
tiles.add(
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text(L10().documentation),
|
title: Text(L10().documentation),
|
||||||
subtitle: Text("https://inventree.readthedocs.io"),
|
subtitle: Text("https://docs.inventree.org"),
|
||||||
leading: FaIcon(FontAwesomeIcons.book, color: COLOR_CLICK),
|
leading: FaIcon(FontAwesomeIcons.book, color: COLOR_CLICK),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
_openDocs();
|
_openDocs();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user