Skip to content

Commit 5482644

Browse files
authored
docs: Update to vanity URL for the docs (#4494)
Signed-off-by: Larry Gritz <[email protected]>
1 parent acdb049 commit 5482644

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ decisions, etc. Please be aware of our [Code of Conduct](CODE_OF_CONDUCT.md).
9696
💁 User Documentation
9797
---------------------
9898

99-
[OpenImageIO Documentation on ReadTheDocs](https://openimageio.readthedocs.io/)
99+
[OpenImageIO Documentation](https://docs.openimageio.org)
100100
is the best place to start if you are interested in how to use OpenImageIO,
101101
its APIs, its component programs (once they are built). There is also a [PDF
102102
version](https://readthedocs.org/projects/openimageio/downloads/pdf/latest/).

docs/dev/RELEASING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ have a heading added at the top for the *next* version.
205205
sure new contributors are listed.
206206
- [SECURITY.md](SECURITY.md): Make sure it accurately reflects the
207207
status of which branches get updates.
208-
- Skim the [user documentation](https://openimageio.readthedocs.io/) to
208+
- Skim the [user documentation](https://docs.openimageio.org) to
209209
ensure it's building correctly and doesn't have any obvious errors,
210210
especially the parts that describe new features.
211211

@@ -366,11 +366,11 @@ Odds and ends to do after the tag is pushed and the announcements are sent:
366366
- Re-read RELEASING.md and ensure that the instructions match what you
367367
have done. Update as necessary.
368368

369-
- Go to [readthedocs.org](https://openimageio.readthedocs.io/), and ensure
370-
that the new release is built, visible, and is the default release shown
371-
(specified in the Admin section). I tend to keep the latest patch of each
372-
minor release available for reference indefinitely, but hide the docs for
373-
earlier patch releases within that minor release series.
369+
- Go to [OIIO's docs hosted on readthedocs.org](https://docs.openimageio.org),
370+
and ensure that the new release is built, visible, and is the default
371+
release shown (specified in the Admin section). I tend to keep the latest
372+
patch of each minor release available for reference indefinitely, but hide
373+
the docs for earlier patch releases within that minor release series.
374374

375375
- Edit the top-level CMakeList.txt to update the version to the *next*
376376
anticipated release on the branch, in order to ensure that anybody building

src/doc/Building_the_docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
# Building the OpenImageIO documentation
55

6-
The main OpenImageIO documentation can be read on [OpenImageIO Documentation
7-
on ReadTheDocs](https://openimageio.readthedocs.io/).
6+
The main OpenImageIO documentation can be read on [OpenImageIO
7+
Documentation](https://docs.openimageio.org).
88

99
But sometimes -- such as for developers who are editing the documentation --
1010
it is helpful to be able to build and preview it locally. These are the steps

src/oiiotool/oiiotool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6187,7 +6187,7 @@ print_help_end(Oiiotool& ot, std::ostream& out)
61876187
// same area is this executable, otherwise just point to the copy on
61886188
// GitHub corresponding to our version of the softare.
61896189
print(out, "Full OIIO documentation can be found at\n");
6190-
print(out, " https://openimageio.readthedocs.io\n");
6190+
print(out, " https://docs.openimageio.org\n");
61916191
}
61926192

61936193

0 commit comments

Comments
 (0)