There was an error while loading. Please reload this page.
1 parent 4ed17d3 commit bb2f0a9Copy full SHA for bb2f0a9
2 files changed
README.md
@@ -1,6 +1,6 @@
1
# Pulp CLI Workflow Plugin
2
3
-A pulp-cli plugin for managing [Pulp workflows](https://github.com/daviddavis/pulp_workflow).
+A pulp-cli plugin for managing [Pulp workflows](https://github.com/pulp/pulp_workflow).
4
5
## Usage
6
pyproject.toml
@@ -27,8 +27,8 @@ dependencies = [
27
]
28
29
[project.urls]
30
-repository = "https://github.com/daviddavis/pulp-cli-workflow"
31
-changelog = "https://github.com/daviddavis/pulp-cli-workflow/blob/main/CHANGES.md"
+repository = "https://github.com/pulp/pulp-cli-workflow"
+changelog = "https://github.com/pulp/pulp-cli-workflow/blob/main/CHANGES.md"
32
33
[project.entry-points."pulp_cli.plugins"]
34
workflow = "pulpcore.cli.workflow"
0 commit comments