Skip to content

Commit 5bfa067

Browse files
authored
Merge pull request #289 from evakhoni/fix-doc-links
docs:fix broken links
2 parents 3d07f28 + f0e1356 commit 5bfa067

7 files changed

Lines changed: 10 additions & 7 deletions

File tree

python/docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,6 @@ def get_index_url():
110110
copybutton_prompt_is_regexp = True
111111
copybutton_only_copy_prompt_lines = True
112112
copybutton_line_continuation_character = "\\"
113+
114+
# matrix.to uses client-side fragment routing; anchor checks are false positives.
115+
linkcheck_anchors_ignore_for_url = [r"^https://matrix\.to/"]

python/docs/source/contributing/development-environment.md

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

33
You can use
4-
[devspaces](https://github.com/jumpstarter-dev/jumpstarter/blob/main/.devfile.yaml),
5-
[devcontainers](https://github.com/jumpstarter-dev/jumpstarter/tree/main/.devcontainer),
4+
[devspaces](https://github.com/jumpstarter-dev/jumpstarter/blob/main/python/.devfile.yaml),
5+
[devcontainers](https://github.com/jumpstarter-dev/jumpstarter/tree/main/python/.devcontainer),
66
or your favorite OS/distro to develop Jumpstarter, however the following
77
examples are for Fedora 43.
88

python/docs/source/getting-started/guides/setup-distributed-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The jumpstarter-controller endpoints are secured by TLS. However, in release 0.7
88
the certificates are self-signed and rotated on every restart. This means the client
99
will not be able to verify the server certificate. To bypass this, you should use the
1010
`--insecure-tls-config` flag when creating clients and exporters. This issue will be
11-
resolved in the next release. See [issue #455](https://github.com/jumpstarter-dev/jumpstarter/issues/455)
11+
resolved in the next release. See [issue #72](https://github.com/jumpstarter-dev/jumpstarter/issues/72)
1212
for more details.
1313
Alternatively, you can configure the ingress/route in reencrypt mode with your own key and certificate.
1414
```

python/docs/source/reference/package-apis/drivers/ridesx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`jumpstarter-driver-ridesx` provides functionality for Qualcomm RideSX devices,
44
supporting fastboot flashing operations and power control through serial communication.
55

6-
This is mainly tailored towards images that were produced using [automotive-image-builder](https://sigs.centos.org/automotive/getting-started/about-automotive-image-builder/):
6+
This is mainly tailored towards images that were produced using [automotive-image-builder](https://sigs.centos.org/automotive/latest/getting-started/about-automotive-image-builder.html):
77

88
```{code-block} console
99
automotive-image-builder build --target ridesx4 --export aboot.simg --mode package manifest.aib.yml ridesx.img

python/packages/jumpstarter-cli/jumpstarter_cli/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def convert(self, value, param, ctx):
9393
ISO 8601: PT1H30M, P1DT2H30M, etc.
9494
Time format: 01:30:00, 2 days, 01:30:00, etc.
9595
96-
See https://github.com/wroberts/pytimeparse2 for details
96+
See https://github.com/onegreyonewhite/pytimeparse2 for details
9797
""",
9898
)
9999

python/packages/jumpstarter-driver-flashers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,4 @@ An example bundle for the TI J784S4XEVM looks like this:
352352
```
353353

354354
You can find a script to build and push a bundle to a registry here:
355-
[oci_bundles](https://github.com/jumpstarter-dev/jumpstarter/tree/main/packages/jumpstarter-driver-flashers/oci_bundles)
355+
[oci_bundles](https://github.com/jumpstarter-dev/jumpstarter/tree/main/python/packages/jumpstarter-driver-flashers/oci_bundles)

python/packages/jumpstarter-driver-ridesx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`jumpstarter-driver-ridesx` provides functionality for Qualcomm RideSX devices,
44
supporting fastboot flashing operations and power control through serial communication.
55

6-
This is mainly tailored towards images that were produced using [automotive-image-builder](https://sigs.centos.org/automotive/getting-started/about-automotive-image-builder/):
6+
This is mainly tailored towards images that were produced using [automotive-image-builder](https://sigs.centos.org/automotive/latest/getting-started/about-automotive-image-builder.html):
77

88
```{code-block} console
99
automotive-image-builder build --target ridesx4 --export aboot.simg --mode package manifest.aib.yml ridesx.img

0 commit comments

Comments
 (0)