Skip to content

Commit 9b12c12

Browse files
committed
dependencies update and version fix
1 parent 83619e0 commit 9b12c12

File tree

6 files changed

+764
-946
lines changed

6 files changed

+764
-946
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
npx parcel build --public-url /dist/
5050
./add_csp_nonce.sh
5151
cp dist/spreadsheet_component.html spreadsheet.dist.handlebars
52-
npx parcel build --public-url https://lovasoa.github.io/sqlpage-spreadsheet/${{ steps.get_version.outputs.VERSION }}/dist/
52+
npx parcel build --public-url https://sqlpage.github.io/sqlpage-spreadsheet/${{ steps.get_version.outputs.VERSION }}/dist/
5353
./add_csp_nonce.sh
5454
cp dist/spreadsheet_component.html spreadsheet.handlebars
5555

demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ It is included everywhere using the [`dynamic`](https://sql.ophir.dev/documentat
8686

8787
## Running the example
8888

89-
To run the example, simply [download the latest SQLPage release](https://github.com/lovasoa/SQLpage/releases) and run it from the root folder of the example.
89+
To run the example, simply [download the latest SQLPage release](https://github.com/sqlpage/SQLpage/releases) and run it from the root folder of the example.
9090

9191
## SQLPage features used
9292

demo/sqlpage/templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ To override a default component, create a file with the same name as the default
1717
If you want to start from an existing component, you can copy it from the `sqlpage/templates` directory
1818
in the SQLPage source code[^2].
1919

20-
[^2]: A simple component to start from: https://github.com/lovasoa/SQLpage/blob/main/sqlpage/templates/code.handlebars
20+
[^2]: A simple component to start from: https://github.com/sqlpage/SQLpage/blob/main/sqlpage/templates/code.handlebars

0 commit comments

Comments
 (0)