Skip to content

Commit af67a06

Browse files
committed
Updated docs reference links
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent 0806554 commit af67a06

File tree

4 files changed

+23
-15
lines changed

4 files changed

+23
-15
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ identify redistributable source code used in your project to help you comply
2222
with open source licenses conditions.
2323

2424
This version of the AboutCode Toolkit follows the ABOUT specification version 3.3.2 at:
25-
https://aboutcode-toolkit.readthedocs.io/en/latest/specification.html
25+
https://aboutcode.readthedocs.io/projects/aboutcode-toolkit/en/latest/specification.html
2626

2727

2828
Build and tests status
@@ -97,9 +97,12 @@ i.e. MAJOR.MINOR.PATCH format
9797

9898
REFERENCE
9999
---------
100-
See https://aboutcode-toolkit.readthedocs.io/en/latest/ for documentation.
100+
See https://aboutcode.readthedocs.io/projects/aboutcode-toolkit/en/latest/
101+
for documentation.
101102

102-
See https://aboutcode-toolkit.readthedocs.io/en/latest/reference.html for reference.
103+
See
104+
https://aboutcode.readthedocs.io/projects/aboutcode-toolkit/en/latest/reference.html
105+
for reference.
103106

104107
TESTS and DEVELOPMENT
105108
---------------------

docs/source/general.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Additional AboutCode Toolkit information is available at:
4444

4545
- See :ref:`specification` for an overview and a link to the ABOUT File specification.
4646

47-
- https://github.com/nexB/aboutcode-toolkit/ for the AboutCode Toolkit tools.
47+
- https://github.com/aboutcode-org/aboutcode-toolkit/ for the AboutCode Toolkit tools.
4848

4949
Key Terminology
5050
===============
@@ -328,7 +328,7 @@ Prepare an Attribution Template to Use
328328
You can run attrib using the default_html.template (or default_json.template)
329329
provided with the AboutCode Toolkit tools:
330330

331-
https://github.com/nexB/aboutcode-toolkit/blob/develop/src/attributecode/templates/default_html.template
331+
https://github.com/aboutcode-org/aboutcode-toolkit/blob/develop/src/attributecode/templates/default_html.template
332332

333333
If you choose to do that, you will most likely want to edit the generated .html
334334
file to provide header information about your own organization and product.

docs/source/home.rst

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ identify redistributable source code used in your project to help you comply
2121
with open source licenses conditions.
2222

2323
This version of the AboutCode Toolkit follows the ABOUT specification version 3.3.2 at:
24-
https://aboutcode-toolkit.readthedocs.io/en/latest/specification.html
24+
https://aboutcode.readthedocs.io/projects/aboutcode-toolkit/en/latest/specification.html
2525

2626

2727
REQUIREMENTS
@@ -50,7 +50,7 @@ Open and run the installer using all the default options.
5050
INSTALLATION
5151
------------
5252
Checkout or download and extract the AboutCode Toolkit from:
53-
https://github.com/nexB/aboutcode-toolkit/
53+
https://github.com/aboutcode-org/aboutcode-toolkit/
5454

5555
To install all the needed dependencies in a virtualenv, run (on posix):
5656
./configure
@@ -84,9 +84,12 @@ i.e. MAJOR.MINOR.PATCH format
8484

8585
REFERENCE
8686
---------
87-
See https://aboutcode-toolkit.readthedocs.io/en/latest/ for documentation.
87+
See https://aboutcode.readthedocs.io/projects/aboutcode-toolkit/en/latest/
88+
for documentation.
8889

89-
See https://aboutcode-toolkit.readthedocs.io/en/latest/reference.html for reference.
90+
See
91+
https://aboutcode.readthedocs.io/projects/aboutcode-toolkit/en/latest/reference.html
92+
for reference.
9093

9194
TESTS and DEVELOPMENT
9295
---------------------
@@ -111,23 +114,24 @@ HELP and SUPPORT
111114
----------------
112115
If you have a question or find a bug, enter a ticket at:
113116

114-
https://github.com/nexB/aboutcode-toolkit
117+
https://github.com/aboutcode-org/aboutcode-toolkit
115118

116119
For issues, you can use:
117120

118-
https://github.com/nexB/aboutcode-toolkit/issues
121+
https://github.com/aboutcode-org/aboutcode-toolkit/issues
119122

120123

121124
SOURCE CODE
122125
-----------
123126
The AboutCode Toolkit is available through GitHub. For the latest version visit:
124-
https://github.com/nexB/aboutcode-toolkit
127+
128+
https://github.com/aboutcode-org/aboutcode-toolkit
125129

126130

127131
HACKING
128132
-------
129133
We accept pull requests provided under the same license as this tool.
130-
You agree to the http://developercertificate.org/
134+
You agree to the https://developercertificate.org/
131135

132136

133137
LICENSE

docs/source/specification.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ The meaning of this ABOUT file is:
4747
- The file "httpd-2.4.3.tar.gz" is stored in the same directory and side-by-side with
4848
the ABOUT file "httpd-2.4.3.tar.gz.ABOUT" that documents it.
4949
- The name of this component is "Apache HTTP Server" with version "2.4.3".
50-
- The homepage URL for this component is http://httpd.apache.org
51-
- The file "httpd-2.4.3.tar.gz" was originally downloaded from http://archive.apache.org/dist/httpd/httpd-2.4.3.tar.gz
50+
- The homepage URL for this component is https://httpd.apache.org
51+
- The file "httpd-2.4.3.tar.gz" was originally downloaded from
52+
https://archive.apache.org/dist/httpd/httpd-2.4.3.tar.gz
5253
- This component is licensed under "apache-2.0"
5354
- The licenses section contains the information of this "apache-2.0" license.
5455
- In the same directory, "apache-2.0.LICENSE" and "httpd.NOTICE" are files

0 commit comments

Comments
 (0)