Skip to content

Commit 2aa1daf

Browse files
committed
Fixed URL of the API documentation.
1 parent b0a58b5 commit 2aa1daf

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
## About
66

7-
Demo 1 showcases basic content access with the [JSON folder handler](https://documentation.opencms.org/opencms-documentation/more-opencms-features/headless-json-api/#the-folder-handler) and the [JSON content handler](https://documentation.opencms.org/opencms-documentation/more-opencms-features/headless-json-api/#the-content-handler).
7+
Demo 1 showcases basic content access with the [JSON folder handler](https://documentation.opencms.org/opencms-documentation/interfaces/headless-json-api/#the-folder-handler) and the [JSON content handler](https://documentation.opencms.org/opencms-documentation/interfaces/headless-json-api/#the-content-handler-8243500b).
88

9-
Demo 2 showcases how to access and display dynamic content lists using the [JSON list handler](https://documentation.opencms.org/opencms-documentation/more-opencms-features/headless-json-api/#the-list-handler).
9+
Demo 2 showcases how to access and display dynamic content lists using the [JSON list handler](https://documentation.opencms.org/opencms-documentation/interfaces/headless-json-api/#the-list-handler-609a52ea).
1010

11-
Demo 3 showcases content formatting provided by the [JSON page handler](https://documentation.opencms.org/opencms-documentation/more-opencms-features/headless-json-api/#the-page-handler).
11+
Demo 3 showcases content formatting provided by the [JSON page handler](https://documentation.opencms.org/opencms-documentation/interfaces/headless-json-api/#the-page-handler-32630c67).
1212

1313
## Preparations
1414

@@ -52,6 +52,6 @@ Open [http://localhost:3001](http://localhost:3001) to view it in the browser.
5252

5353
All demos make use of contents provided by the standard template of OpenCms called [Mercury](https://github.com/alkacon/mercury-template).
5454

55-
More information about the JSON API is available in the [OpenCms JSON API documentation](https://documentation.opencms.org/opencms-documentation/more-opencms-features/headless-json-api/).
55+
More information about the JSON API is available in the [OpenCms JSON API documentation](https://documentation.opencms.org/opencms-documentation/interfaces/headless-json-api/).
5656

5757
More information about the OpenCms demo backend is available in the [GitHub repository](https://github.com/alkacon/opencms-docker).

demo1/src/demo/footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DemoFooter extends React.Component {
1414
<div>
1515
<h4>Demo using the OpenCms JSON API.</h4>
1616
<div className="flex column">
17-
<a href="https://documentation.opencms.org/opencms-documentation/more-opencms-features/headless-json-api/"
17+
<a href="https://documentation.opencms.org/opencms-documentation/interfaces/headless-json-api/"
1818
target="_blank"
1919
className="doc">Read the API Documentation</a>
2020
<a href="https://github.com/alkacon/mercury-json"

demo2/src/demo/footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DemoFooter extends React.Component {
1414
<div>
1515
<h4>Demo using the OpenCms JSON API.</h4>
1616
<div className="flex column">
17-
<a href="https://documentation.opencms.org/opencms-documentation/more-opencms-features/headless-json-api/"
17+
<a href="https://documentation.opencms.org/opencms-documentation/interfaces/headless-json-api/"
1818
target="_blank"
1919
className="doc">Read the API Documentation</a>
2020
<a href="https://github.com/alkacon/mercury-json"

demo3/src/demo/footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DemoFooter extends React.Component {
1414
<div>
1515
<h4>Demo using the OpenCms JSON API.</h4>
1616
<div className="flex column">
17-
<a href="https://documentation.opencms.org/opencms-documentation/more-opencms-features/headless-json-api/"
17+
<a href="https://documentation.opencms.org/opencms-documentation/interfaces/headless-json-api/"
1818
target="_blank"
1919
className="doc">Read the API Documentation</a>
2020
<a href="https://github.com/alkacon/mercury-json"

0 commit comments

Comments
 (0)