Skip to content

Commit 0a5c03b

Browse files
committed
content_management/**/*.md: Update REST API Ref link
1 parent eae7066 commit 0a5c03b

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

docs/content_management/content_api/browsing_content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The service should be [injected into the constructor of your command or controll
1010

1111
!!! tip "Content REST API"
1212

13-
To learn how to load content items using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-load-content).
13+
To learn how to load content items using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Objects/operation/api_contentobjects_contentId_get).
1414

1515
!!! tip "Console commands"
1616

docs/content_management/content_api/creating_content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: Create, publish, update and translate content items by using the PH
1111

1212
!!! tip "Content REST API"
1313

14-
To learn how to create content items using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-create-content-item).
14+
To learn how to create content items using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Objects/operation/api_contentobjects_post).
1515

1616
## Creating content item draft
1717

docs/content_management/content_api/managing_content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can manage [locations](locations.md) that hold content using [`LocationServi
1010

1111
!!! tip "Location REST API"
1212

13-
To learn how to manage locations using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-create-new-location-for-content-item).
13+
To learn how to manage locations using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Objects/operation/api_contentobjects_contentIdlocations_post).
1414

1515
### Adding a new location to a content item
1616

@@ -99,7 +99,7 @@ You can move a location with its whole subtree using [`LocationService::moveSubt
9999

100100
!!! tip "Trash REST API"
101101

102-
To learn how to manage Trash using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-list-trash-items).
102+
To learn how to manage Trash using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Trash).
103103

104104
To empty the Trash (remove all locations in Trash), use [`TrashService::emptyTrash`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-TrashService.html#method_emptyTrash), which takes no arguments.
105105

@@ -126,7 +126,7 @@ For more information, see [Searching in trash](search_api.md#searching-in-trash)
126126

127127
!!! tip "Content type REST API"
128128

129-
To learn how to manage content types using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-get-content-type-groups).
129+
To learn how to manage content types using the REST API, see REST API reference for [content types](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Type) and [content type groups](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Type-Groups).
130130

131131
### Adding content types
132132

@@ -169,7 +169,7 @@ You can handle the calendar using `CalendarServiceInterface` (`Ibexa\Contracts\C
169169

170170
!!! tip "Calendar REST API"
171171

172-
To learn how to manage the Calendar using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#calendar).
172+
To learn how to manage the Calendar using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Calendar).
173173

174174
### Getting events
175175

docs/content_management/content_management_api/bookmark_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: You can use the PHP API to view the bookmark list, and add or remov
88

99
!!! tip "Bookmark REST API"
1010

11-
To learn how to manage bookmarks using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-bookmarks).
11+
To learn how to manage bookmarks using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Bookmark).
1212

1313
To view a list of all bookmarks, use [`BookmarkService::loadBookmarks`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-BookmarkService.html#method_loadBookmarks):
1414

docs/content_management/content_management_api/object_state_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can manage Object states by using the PHP API by using `ObjectStateService`.
1111

1212
!!! tip "Object state REST API"
1313

14-
To learn how to manage object states using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-get-object-states-of-content-item).
14+
To learn how to manage object states using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Objects/operation/api_contentobjects_contentIdobjectstates_get).
1515

1616
## Getting object state information
1717

docs/content_management/content_management_api/section_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can manage sections by using the PHP API by using `SectionService`.
1010

1111
!!! tip "Section REST API"
1212

13-
To learn how to manage sections using the REST API, see [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-get-sections).
13+
To learn how to manage sections using the REST API, see [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Section).
1414

1515
## Creating sections
1616

0 commit comments

Comments
 (0)