Skip to content

Commit 498fb09

Browse files
committed
Fix aboutcode references
Signed-off-by: Philippe Ombredanne <pombredanne@aboutcode.org>
1 parent b8f81fa commit 498fb09

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = "PurlDB"
21-
copyright = "nexB Inc. and others."
21+
copyright = "AboutCode, nexB Inc. and others."
2222
author = "AboutCode.org authors and contributors"
2323

2424

@@ -85,7 +85,7 @@
8585

8686
html_context = {
8787
"display_github": True,
88-
"github_user": "nexB",
88+
"github_user": "abouctde-org",
8989
"github_repo": "purldb",
9090
"github_version": "main", # branch
9191
"conf_py_path": "/docs/source/", # path in the checkout to the docs root

docs/source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ See also :ref:`testing` for module-specific testing commands.
106106

107107
**You must include a "Signed-off-by" to your commit messages**::
108108

109-
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
109+
Signed-off-by: Philippe Ombredanne <pombredanne@aboutcode.org>
110110

111111
4. **Your code is now ready to be pushed as a PR**
112112

docs/source/getting-started/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Installation steps
2121
Once the prerequisites have been installed, set up PurlDB with the following commands:
2222
::
2323

24-
git clone https://github.com/nexb/purldb
24+
git clone https://github.com/aboutcode-org/purldb
2525
cd purldb
2626
make dev
2727
make envfile

0 commit comments

Comments
 (0)