mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 13:36:50 +00:00
Fix documentation link
This commit is contained in:
parent
47e4e13878
commit
161535c11c
@ -30,7 +30,7 @@ class _InvenTreeSettingsState extends State<InvenTreeSettingsWidget> {
|
|||||||
final _scaffoldKey = GlobalKey<ScaffoldState>();
|
final _scaffoldKey = GlobalKey<ScaffoldState>();
|
||||||
final _bugKey = GlobalKey<FormState>();
|
final _bugKey = GlobalKey<FormState>();
|
||||||
|
|
||||||
final String docsUrl = "https://inventree.rtfd.io";
|
final String docsUrl = "https://inventree.readthedocs.io/en/latest/app/app/";
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
@ -59,7 +59,7 @@ class _InvenTreeSettingsState extends State<InvenTreeSettingsWidget> {
|
|||||||
|
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text(I18N.of(context).documentation),
|
title: Text(I18N.of(context).documentation),
|
||||||
subtitle: Text(docsUrl),
|
subtitle: Text("https://inventree.readthedocs.io"),
|
||||||
leading: FaIcon(FontAwesomeIcons.book),
|
leading: FaIcon(FontAwesomeIcons.book),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
_openDocs();
|
_openDocs();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user