Skip to content

Commit 7685c37

Browse files
Merge pull request #59 from noahsprent/patch-1
Fix broken link
2 parents d831c95 + c8acd33 commit 7685c37

File tree

1 file changed

+1
-1
lines changed
  • developer-guide/09-Storage and the filesystem/01-data-stores

1 file changed

+1
-1
lines changed

developer-guide/09-Storage and the filesystem/01-data-stores/02-sqlite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can either use `.tables` in the sqlite shell, or visit all the tables [schem
1818

1919
### How can I add new SQL tables?
2020

21-
Using the sqlite shell (`pio db`), you can execute any SQL statements, including creating new tables. Plugins can also automatically create new tables when installed, [see instructions here](developer-guide/plugin-as-python-package#5-optional-adding-tables-to-the-sql-store).
21+
Using the sqlite shell (`pio db`), you can execute any SQL statements, including creating new tables. Plugins can also automatically create new tables when installed, [see instructions here](plugin-as-python-package#5-optional-adding-tables-to-the-sql-store).
2222

2323
### How do I populate my own SQL tables?
2424

0 commit comments

Comments
 (0)