Skip to content

Commit

Permalink
Changed github links to datadoc-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgen-5 committed Nov 26, 2024
1 parent 030fac4 commit 151a8ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backstage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
- python
- dash
annotations:
github.com/project-slug: statisticsnorway/datadoc
github.com/project-slug: statisticsnorway/datadoc-editor
spec:
type: service
owner: dapla-metadata-developers
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description = "Document dataset metadata. For use in Statistics Norway's metadat
authors = ["Statistics Norway <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/statisticsnorway/datadoc"
repository = "https://github.com/statisticsnorway/datadoc"
documentation = "https://statisticsnorway.github.io/datadoc"
homepage = "https://github.com/statisticsnorway/datadoc-editor"
repository = "https://github.com/statisticsnorway/datadoc-editor"
documentation = "https://statisticsnorway.github.io/datadoc-editor"
classifiers = [
"Development Status :: 4 - Beta",
"Framework :: Dash",
Expand All @@ -20,7 +20,7 @@ packages = [{ include = "datadoc", from = "src" }]
datadoc = 'datadoc.app:main'

[tool.poetry.urls]
Changelog = "https://github.com/statisticsnorway/datadoc/releases"
Changelog = "https://github.com/statisticsnorway/datadoc-editor/releases"

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
Expand Down

0 comments on commit 151a8ef

Please sign in to comment.