Skip to content

Commit

Permalink
update(chore): use new documentation URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Nov 29, 2024
1 parent c4794d0 commit 98ae782
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/02-feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body:
description: >-
Please list all links to open and closed [issues](https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/issues),
[discussions](https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/discussions),
or to [documentation sections](https://guts.github.io/qgis-deployment-cli/)
or to [documentation sections](https://qgis-deployment.github.io/qgis-deployment-toolbelt-cli/)
that are relevant to your idea.
If you discussed your idea with the community on our
[discussion board](https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/discussions)
Expand All @@ -57,7 +57,7 @@ body:
description: >-
Please explain how your idea will work from an QGIS admin's and user's
perspective. Elaborate on how the change would positively impact not only
you but the community and how it aligns with the goals and [philosophy](https://guts.github.io/qgis-deployment-cli/#what-it-is-and-the-underlying-philosophy)
you but the community and how it aligns with the goals and [philosophy](https://qgis-deployment.github.io/qgis-deployment-toolbelt-cli/#what-it-is-and-the-underlying-philosophy)
of the project.
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ contact_links:
url: https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/discussions/
about: Have a question or need help? Have an answer or idea to share? Connect with the community on our discussion board
- name: Implementing QDT in your organization
url: https://guts.github.io/qgis-deployment-cli/misc/funding.html
url: https://qgis-deployment.github.io/qgis-deployment-toolbelt-cli/misc/funding.html
about: Want to contract to deploy QDT in your organization or to fund or sponsor a feature or a bug fix?
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ QGISDeploymentToolbelt_0-27-0_Windows.exe -s https://github.com/qgis-deployment/

Look for new icons in start menu or desktop!

**Interested**? For further details, [read the documentation](https://guts.github.io/qgis-deployment-cli/) :books:.
**Interested**? For further details, [read the documentation](https://qgis-deployment.github.io/qgis-deployment-toolbelt-cli/) :books:.

## Contribute

Expand Down
2 changes: 1 addition & 1 deletion docs/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
User-agent: *

Sitemap: https://guts.github.io/qgis-deployment-cli/sitemap.xml
Sitemap: https://qgis-deployment.github.io/qgis-deployment-toolbelt-cli/sitemap.xml
2 changes: 1 addition & 1 deletion docs/usage/scenario.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If it is not found, it will expect subcommands to run.

### Jobs

A *job* is a logical module that is called by a *step* in a *scenario*, by passing it parameters. Concretely, each job is a Python module of QDT ([here in the code](https://guts.github.io/qgis-deployment-cli/_apidoc/qgis_deployment_toolbelt.jobs.html)).
A *job* is a logical module that is called by a *step* in a *scenario*, by passing it parameters. Concretely, each job is a Python module of QDT ([here in the code](https://qgis-deployment.github.io/qgis-deployment-toolbelt-cli/_apidoc/qgis_deployment_toolbelt.jobs.html)).

A step consists of 3 elements:

Expand Down
8 changes: 4 additions & 4 deletions tests/test_utils_formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ def test_url_ensure_trailing_slash(self):
"""Test URL trailing slash."""
self.assertEqual(
url_ensure_trailing_slash(
in_url="https://guts.github.io/qgis-deployment-cli"
in_url="https://qgis-deployment.github.io/qgis-deployment-toolbelt-cli"
),
"https://guts.github.io/qgis-deployment-cli/",
"https://qgis-deployment.github.io/qgis-deployment-toolbelt-cli/",
)

self.assertEqual(
url_ensure_trailing_slash(
in_url="https://guts.github.io/qgis-deployment-cli/"
in_url="https://qgis-deployment.github.io/qgis-deployment-toolbelt-cli/"
),
"https://guts.github.io/qgis-deployment-cli/",
"https://qgis-deployment.github.io/qgis-deployment-toolbelt-cli/",
)


Expand Down

0 comments on commit 98ae782

Please sign in to comment.