Skip to content

Commit da87afa

Browse files
committed
Fixing all dead links
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent cb64573 commit da87afa

4 files changed

Lines changed: 12 additions & 9 deletions

File tree

docs/.vitepress/config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ export default {
33
description: 'The Astronomical Observations Platform',
44
siteTitle: false,
55
cleanUrls: 'with-subfolders',
6+
ignoreDeadLinks: [
7+
/^https?:\/\/localhost/,
8+
],
69
themeConfig: {
710
logo: '/logo.svg',
811
localSearch: true,

docs/local/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ the [WSL](https://learn.microsoft.com/en-us/windows/wsl/install).
3939

4040
## First steps
4141

42-
- Arcsecond.local is now accessible at the following address: http://localhost:5555
42+
- Arcsecond.local is now accessible at the following address: [http://localhost:5555](http://localhost:5555)
4343
- You can login as `admin` / `admin`. We recommend that you change this password as soon as possible, by opening your
4444
"Account" panel, from the bottom-left menu.
4545
- Before exploring the Arcsecond interface, you may want to create your first observing site, by clicking on the

docs/portals/storage-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Arcsecond Cloud Storage
22

3-
Every Observatory Portal comes with the [Arcsecond Cloud Storage](/astronomers/data/cloud-storage.md) by default. It is
3+
Every Observatory Portal comes with the [Arcsecond Cloud Storage](/tools/data/cloud-storage.md) by default. It is
44
free until it reaches 10GB. It can be used to store any astronomical data, as well as FITS and XISF (1D and 2D)
55
previews.
66

77
An unlimited number of External Storages can also be attached to an Observatory Portal. See
8-
[External Data Storages](../astronomers/data/external-storages.md).
8+
[External Data Storages](../tools/data/external-storages.md).

docs/tools/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,28 +64,28 @@ Calibration Manager...
6464

6565
### <span style="display: inline-flex; align-items: center; gap: 0.5rem;"><img src="/icons/icon-dataset.svg" width="40"/> Data Management</span>
6666

67-
[Datasets](/astronomers/data/datasets) are the virtual folders containing data. They allow to group (and easily
67+
[Datasets](/tools/data/datasets) are the virtual folders containing data. They allow to group (and easily
6868
download) data files
6969
which have a common source or interest.
7070

71-
[Cloud Storage](/astronomers/data/cloud-storage) is the unlimited, secured-by-default, deletion-protected,
71+
[Cloud Storage](/tools/data/cloud-storage) is the unlimited, secured-by-default, deletion-protected,
7272
industry-grade storage Arcsecond offers, based on Amazon's AWS S3.
7373

74-
[External Storages](/astronomers/data/external-storages) are storages that an astronomer, or an Observatory Portal
74+
[External Storages](/tools/data/external-storages) are storages that an astronomer, or an Observatory Portal
7575
owns, or has access to. By providing secured read-only credentials, Arcsecond will use it to consolidate the Follow-Up
7676
Targets list (and past Night Logs too).
7777

7878
### <span style="display: inline-flex; align-items: center; gap: 0.5rem;"><img src="/icons/icon-datapackage.svg" width="40"/> Data Packages</span>
7979

80-
[Data Packages](/astronomers/data/datapackages) are custom packages of Datasets to be shared, either within an
80+
[Data Packages](/tools/data/datapackages) are custom packages of Datasets to be shared, either within an
8181
Observatory Portal (e.g. for visiting observers), or with other astronomers, or to the public.
8282

8383
### <span style="display: inline-flex; align-items: center; gap: 0.5rem;"><img src="/icons/icon-datafile.svg" width="40"/> Data & File Browser</span>
8484

85-
[File Browser](/astronomers/data/filebrowser) is a browser of all Data files associated with an account or an
85+
[File Browser](/tools/data/filebrowser) is a browser of all Data files associated with an account or an
8686
Observatory Portal (being Arcsecond's Cloud storage or External Storages).
8787

8888
### <span style="display: inline-flex; align-items: center; gap: 0.5rem;"><img src="/icons/icon-star.svg" width="40"/> Follow-Up Targets</span>
8989

90-
[Targets Follow-Up](/astronomers/targets/followup/) is the tool to automatically follow all the targets that have been
90+
[Targets Follow-Up](/tools/followup/) is the tool to automatically follow all the targets that have been
9191
observed. Arcsecond maintains the list from the created Night Logs and those reconstructed from uploaded data.

0 commit comments

Comments
 (0)