Skip to content

Commit 10f25a1

Browse files
URL shorten in doc - #2038
1 parent 2b30e0d commit 10f25a1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

doc/00_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ OpenPose Doc
22
==========================
33

44
The OpenPose documentation is available in 2 different formats, choose your preferred one!
5-
- As a traditional website (recommended): [cmu-perceptual-computing-lab.github.io/openpose/web/html/doc/](https://cmu-perceptual-computing-lab.github.io/openpose/web/html/doc/).
5+
- As a traditional website (recommended): [cmu-perceptual-computing-lab.github.io/openpose](https://cmu-perceptual-computing-lab.github.io/openpose).
66
- As markdown files: [github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/00_index.md](https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/00_index.md).
77

88
Most users can simply use the OpenPose Demo without reading any C++/Python code. Users that need to add additional functionality (new inputs, outputs, etc) should check the C++/Python APIs:

doc/08_release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ OpenPose Doc - Release Notes
446446
3. More examples added to the demo quick start documentation.
447447
6. Calibration documentation links to the included chessboard pdf.
448448
7. Deprecated examples directories `tutorial_add_module` and `tutorial_api_thread` (and renamed as `deprecated`). They still compile, but we no longer support them.
449-
8. GitHub Pages autogenerated into https://cmu-perceptual-computing-lab.github.io/openpose/web/html/doc/ with README.md, doc/ and include/openpose folders.
449+
8. GitHub Pages autogenerated into [cmu-perceptual-computing-lab.github.io/openpose](https://cmu-perceptual-computing-lab.github.io/openpose) with README.md, doc/ and include/openpose folders.
450450
2. Functions or parameters renamed:
451451
1. Added GitHub Actions (Workspaces) to test Ubuntu and Mac OSX versions (rather than the deprecated Travis). Travis was giving many issues, that were not OpenPose errors, making Travis not usable. Its code has been left for now (but commented out).
452452
2. Doc highly reordered and renamed in order to fit the Doxygen and GitHub Markdown styles simultaneously.

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
The OpenPose documentation is available in 2 different formats, choose your preferred one!
2-
- As a traditional website (recommended): [cmu-perceptual-computing-lab.github.io/openpose/web/html/doc/](https://cmu-perceptual-computing-lab.github.io/openpose/web/html/doc/).
2+
- As a traditional website (recommended): [cmu-perceptual-computing-lab.github.io/openpose](https://cmu-perceptual-computing-lab.github.io/openpose).
33
- As markdown files: [github.com/CMU-Perceptual-Computing-Lab/openpose/tree/master/doc](https://github.com/CMU-Perceptual-Computing-Lab/openpose/tree/master/doc).

doc/installation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
The OpenPose documentation is available in 2 different formats, choose your preferred one!
2-
- As a traditional website (recommended): [cmu-perceptual-computing-lab.github.io/openpose/web/html/doc/](https://cmu-perceptual-computing-lab.github.io/openpose/web/html/doc/).
2+
- As a traditional website (recommended): [cmu-perceptual-computing-lab.github.io/openpose](https://cmu-perceptual-computing-lab.github.io/openpose).
33
- As markdown files: [github.com/CMU-Perceptual-Computing-Lab/openpose/tree/master/doc/installation](https://github.com/CMU-Perceptual-Computing-Lab/openpose/tree/master/doc/installation).

doc/very_advanced/library_structure/0_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ As a user, you do not need to know anything about this section! This section is
66
Even if you want to e.g., change internal functions and/or extend the OpenPose functionality, the easiest solution as a user is to follow the [OpenPose C++ API](../../doc/04_cpp_api.md). If the new functionality is cool, make a pull request so we can add it to OpenPose!
77

88
In order to learn the basics about how OpenPose works internally:
9-
1. See the Doxygen documentation on [http://cmu-perceptual-computing-lab.github.io/openpose/web/html/doc/](http://cmu-perceptual-computing-lab.github.io/openpose/web/html/doc/) or build that Doxygen doc from the source code.
9+
1. See the Doxygen documentation on [http://cmu-perceptual-computing-lab.github.io/openpose](http://cmu-perceptual-computing-lab.github.io/openpose) or build that Doxygen doc from the source code.
1010
2. Take a look at the [library Quick Start section](../../README.md#quick-start-overview) from the main README (or its Doxygen analog).
1111
3. OpenPose Overview: Learn the basics about the library source code in [doc/very_advanced/library_structure/1_library_deep_overview.md](1_library_deep_overview.md).
1212
4. Extending Functionality: Learn how to extend the library in [doc/very_advanced/library_structure/2_library_extend_functionality.md](2_library_extend_functionality.md).

examples/openpose/openpose.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// 3. Save the results on disk.
66
// 4. Display the rendered pose.
77
// For more details on the OpenPose examples, see
8-
// - https://cmu-perceptual-computing-lab.github.io/openpose/web/html/doc/
8+
// - https://cmu-perceptual-computing-lab.github.io/openpose
99
// - https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/00_index.md
1010

1111
// Command-line user interface

0 commit comments

Comments
 (0)