Skip to content

Commit 0d3be84

Browse files
committed
update download url
1 parent 5e043eb commit 0d3be84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The toolkit can be installed in Octave 7.2+ using the command:
3131

3232
On older versions of Octave, install the package using the full path to the latest released version:
3333

34-
pkg install "https://github.com/gnu-octave/octave-sqlite/archive/refs/tags/release-0.0.1.tar.gz"
34+
pkg install "https://github.com/gnu-octave/octave-sqlite/releases/v0.0.1/octave-sqlite-0.0.1.tar.gz"
3535

3636
After installation, load the package in order to use it.
3737

doc/octave-sqlite.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ With an internet connection available, the octave sqlite package can be installe
103103
the octave-sqlite website using the following command within @acronym{GNU} Octave:
104104

105105
@example
106-
pkg install https://github.com/gnu-octave/octave-sqlite/archive/refs/tags/release-@value{VERSION}.tar.gz
106+
pkg install https://github.com/gnu-octave/octave-sqlite/releases/v@value{VERSION}/octave-sqlite-@value{VERSION}.tar.gz
107107
@end example
108108

109109
On Octave 7.2 and later, the package can be installed using the following command within

0 commit comments

Comments
 (0)