Commit e4181970 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch 'rhtenhove-main-patch-19307' into 'main'

docs: prefer new domain

See merge request just-ci/templates!175
parents 755f08e7 166733b5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ is an example `.gitlab-ci.yml` importing the python template:
```yaml
---
include:
  - remote: https://just-ci.gitlab.io/jobs/v6.24.0/templates/python.yml
  - remote: https://jobs.just-ci.dev/v6.24.0/templates/python.yml

variables:
  PYVERSION: 3.9-slim
@@ -111,7 +111,7 @@ you want you can always disable specific jobs with custom rules.
```yaml
---
include:
  - remote: https://just-ci.gitlab.io/jobs/v6.24.0/templates/python.yml
  - remote: https://jobs.just-ci.dev/v6.24.0/templates/python.yml

variables:
  PYVERSION: 3.9-slim
@@ -134,7 +134,7 @@ there has been a breaking change in `master`, use an older tag like this:
```yaml
---
include:
  - remote: https://just-ci.gitlab.io/jobs/v5.1.0/python/pylint.yml
  - remote: https://jobs.just-ci.dev/v5.1.0/python/pylint.yml

variables:
  PYVERSION: 3.7-slim