mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Fix documentation link
This commit is contained in:
parent
47e4e13878
commit
161535c11c
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ class _InvenTreeSettingsState extends State<InvenTreeSettingsWidget> {
|
|||
final _scaffoldKey = GlobalKey<ScaffoldState>();
|
||||
final _bugKey = GlobalKey<FormState>();
|
||||
|
||||
final String docsUrl = "https://inventree.rtfd.io";
|
||||
final String docsUrl = "https://inventree.readthedocs.io/en/latest/app/app/";
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
@ -59,7 +59,7 @@ class _InvenTreeSettingsState extends State<InvenTreeSettingsWidget> {
|
|||
|
||||
ListTile(
|
||||
title: Text(I18N.of(context).documentation),
|
||||
subtitle: Text(docsUrl),
|
||||
subtitle: Text("https://inventree.readthedocs.io"),
|
||||
leading: FaIcon(FontAwesomeIcons.book),
|
||||
onTap: () {
|
||||
_openDocs();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue