Skip to content

Commit 1ed8dfc

Browse files
authored
chore(docs): update repository links and metadata across documentation files (#93)
1 parent 5756a75 commit 1ed8dfc

6 files changed

Lines changed: 14 additions & 13 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

2-
[![Commit Activity](https://img.shields.io/github/commit-activity/m/Luftfartsverket/reqstool-python-poetry-plugin?label=commits&style=for-the-badge)](https://github.com/Luftfartsverket/reqstool-python-poetry-plugin/pulse)
3-
[![GitHub Issues](https://img.shields.io/github/issues/Luftfartsverket/reqstool-python-poetry-plugin?style=for-the-badge&logo=github)](https://github.com/Luftfartsverket/reqstool-python-poetry-plugin/issues)
4-
[![License](https://img.shields.io/github/license/Luftfartsverket/reqstool-python-poetry-plugin?style=for-the-badge&logo=opensourceinitiative)](https://opensource.org/license/mit/)
5-
[![Build](https://img.shields.io/github/actions/workflow/status/Luftfartsverket/reqstool-python-poetry-plugin/build.yml?style=for-the-badge&logo=github)](https://github.com/Luftfartsverket/reqstool-python-poetry-plugin/actions/workflows/build.yml)
6-
[![Static Badge](https://img.shields.io/badge/Documentation-blue?style=for-the-badge&link=docs)](https://luftfartsverket.github.io/reqstool-python-poetry-plugin/reqstool-python-poetry-plugin/0.0.2/index.html)
2+
[![Commit Activity](https://img.shields.io/github/commit-activity/m/reqstool/reqstool-python-poetry-plugin?label=commits&style=for-the-badge)](https://github.com/reqstool/reqstool-python-poetry-plugin/pulse)
3+
[![GitHub Issues](https://img.shields.io/github/issues/reqstool/reqstool-python-poetry-plugin?style=for-the-badge&logo=github)](https://github.com/reqstool/reqstool-python-poetry-plugin/issues)
4+
[![License](https://img.shields.io/github/license/reqstool/reqstool-python-poetry-plugin?style=for-the-badge&logo=opensourceinitiative)](https://opensource.org/license/mit/)
5+
[![Build](https://img.shields.io/github/actions/workflow/status/reqstool/reqstool-python-poetry-plugin/build.yml?style=for-the-badge&logo=github)](https://github.com/reqstool/reqstool-python-poetry-plugin/actions/workflows/build.yml)
6+
[![Static Badge](https://img.shields.io/badge/Documentation-blue?style=for-the-badge&link=docs)](https://reqstool.github.io/reqstool-python-poetry-plugin/reqstool-python-poetry-plugin/0.0.2/index.html)
77

88
# Reqstool Python Poetry Plugin
99

docs/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
site:
44
title: Reqstool Python Poetry Plugin Documentation
5-
url: https://github.com/luftfartsverket/reqstool-python-poetry-plugin
5+
url: https://github.com/reqstool/reqstool-python-poetry-plugin
66
start_page: reqstool-python-poetry-plugin::index.adoc
77

88
content:

docs/reqstool/reqstool_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://raw.githubusercontent.com/Luftfartsverket/reqstool-client/main/src/reqstool/resources/schemas/v1/reqstool_config.schema.json
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/reqstool/reqstool-client/main/src/reqstool/resources/schemas/v1/reqstool_config.schema.json
22

33
language: python
44
build: poetry

docs/reqstool/requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# yaml-language-server: $schema=https://raw.githubusercontent.com/Luftfartsverket/reqstool-client/main/src/reqstool/resources/schemas/v1/requirements.schema.json
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/reqstool/reqstool-client/main/src/reqstool/resources/schemas/v1/requirements.schema.json
22

33
metadata:
44
urn: reqstool-python-poetry-plugin
55
variant: microservice
66
title: Reqstool client
7-
url: https://github.com/Luftfartsverket/reqstool-python-poetry-plugin
7+
url: https://github.com/reqstool/reqstool-python-poetry-plugin
88

99
requirements:
1010
- id: POETRY_PLUGIN_001

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ build-backend = "poetry_dynamic_versioning.backend"
33
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
44

55
[project]
6+
name = "reqstool-python-poetry-plugin"
67
dynamic = ["version"]
78

89
[tool.poetry]
@@ -12,9 +13,9 @@ description = "Reqstool Python Poetry Plugin"
1213
authors = ["reqstool"]
1314
license = "MIT License"
1415
readme = "README.md"
15-
repository = "https://github.com/Luftfartsverket/reqstool-python-poetry-plugin.git"
16-
homepage = "https://github.com/Luftfartsverket/reqstool-python-poetry-plugin.git"
17-
documentation = "https://github.com/Luftfartsverket/reqstool-python-poetry-plugin.git"
16+
repository = "https://github.com/reqstool/reqstool-python-poetry-plugin.git"
17+
homepage = "https://reqstool.github.io"
18+
documentation = "https://github.com/reqstool/reqstool-python-poetry-plugin.git"
1819
classifiers = [
1920
"License :: OSI Approved :: MIT License",
2021
"Programming Language :: Python :: 3",

src/reqstool_python_poetry_plugin/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ReqstoolPlugin(Plugin):
3131

3232
ARCHIVE_OUTPUT_DIR_TEST_RESULTS: str = "test_results"
3333

34-
YAML_LANGUAGE_SERVER = "# yaml-language-server: $schema=https://raw.githubusercontent.com/Luftfartsverket/reqstool-client/main/src/reqstool/resources/schemas/v1/reqstool_config.schema.json\n" # noqa: E501
34+
YAML_LANGUAGE_SERVER = "# yaml-language-server: $schema=https://raw.githubusercontent.com/reqstool/reqstool-client/main/src/reqstool/resources/schemas/v1/reqstool_config.schema.json\n" # noqa: E501
3535

3636
def activate(self, poetry: Poetry, cleo_io: IO) -> None:
3737
self._poetry = poetry

0 commit comments

Comments
 (0)