Skip to content

Commit

Permalink
New repo location.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhsamuel committed Jan 23, 2025
1 parent 8cd5f1a commit 07c3a37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/programs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ hasn't completed yet. The `signal` key is optional and defaults to SIGTERM.
Procstar Programs
-----------------

`Procstar <https://github.com/alexhsamuel/procstar>` is a system for managing
running processes. Apsis can run programs via Procstar agents, possibly on
other hosts. For Apsis to do this, at least one Procstar agent with the
matching group ID must connect to the Apsis server.
`Procstar <https://github.com/apsis-scheduler/procstar>` is a system for
managing running processes. Apsis can run programs via Procstar agents,
possibly on other hosts. For Apsis to do this, at least one Procstar agent with
the matching group ID must connect to the Apsis server.

.. code:: yaml
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
optional-dependencies = {dev = ["build", "pytest", "pytest-asyncio", "bump-my-version"], doc = ["sphinx", "readthedocs-sphinx-ext", "sphinx-rtd-theme"]}

[project.urls]
Repository = "https://github.com/alexhsamuel/apsis"
Repository = "https://github.com/apsis-scheduler/apsis"
Documentation = "https://apsis-scheduler.readthedocs.io/en/latest/"

[project.scripts]
Expand Down

0 comments on commit 07c3a37

Please sign in to comment.