Skip to content

Commit

Permalink
Merge pull request #223 from linea-it/222-broken-links-on-the-tutoria…
Browse files Browse the repository at this point in the history
…ls-page

Fixes #222 - the URL has been updated successfully!
  • Loading branch information
jandsonrj authored Feb 19, 2024
2 parents fefd89a + aa2f445 commit 08afdc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default function About() {
If you have comments or suggestions, be welcome to open an
issue on the{' '}
<Link
href="https://github.com/linea-it/pz-server/issues"
href="https://github.com/linea-it/pz-server/issues/new"
target="_blank"
rel="noreferrer"
>
Expand Down
4 changes: 2 additions & 2 deletions frontend/pages/tutorials.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Tutorials() {
Observatory PZ Data Products&quot; (for official products
released by LSST DM Team) or &quot;User-generated Data
Products&quot; (for products uploaded by the members of LSST
community. The download button is on the left side of each
community). The download button is on the left side of each
data product (each row of the list).
</p>
</Typography>
Expand Down Expand Up @@ -132,7 +132,7 @@ export default function Tutorials() {
A Jupyter Notebook with instructions and use-case examples is
available also in the{' '}
<Link
href="https://github.com/linea-it/pzserver/blob/main/notebooks/pz_server_tutorial.ipynb"
href="https://github.com/linea-it/pzserver/blob/main/docs/notebooks/intro_notebook.ipynb"
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit 08afdc7

Please sign in to comment.