Skip to content

Commit 8739646

Browse files
committed
Fix [[= developer_doc =]] links
1 parent 785ca08 commit 8739646

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

docs/content_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ Hidden content is blurred out in the tree view.
129129
To simplify the Content Tree, big lists are shortened with a **Show more** option. You can select it to expand all lists in the tree.
130130
The **Collapse all** option situated at the bottom of the tree closes all expanded sections.
131131

132-
For more information on custom configuration, go to [Content Tree]([[= developer_doc =]]/administration/back_office/content_tree) in developer documentation.
132+
For more information on custom configuration, go to [Content Tree]([[= developer_doc =]]/extending/content_tree/) in developer documentation.

docs/creating_content_basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This will open the window to create the link. In the **Link to** box, enter the
7979
In image options you can select an image variation.
8080
Variations can include different sizing options and other filters that are applied to images.
8181
Available image variations must be configured at the developer level.
82-
See [Images]([[= developer_doc =]]/guide/images/) for a technical guide on how to do this.
82+
See [Images]([[= developer_doc =]]/guide/images/images/) for a technical guide on how to do this.
8383

8484
### Tables
8585

docs/personalization/content_import.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For example, one can load an exported file to the personalization service from a
2323
This type of import is intended to upload big portions of information,
2424
and can be used to perform a weekly update of the whole product catalog.
2525

26-
For detailed information about content data import, see [Content API]([[= developer_doc =]]/guide/personalization/developer_guide/content_api) in the developer documentation.
26+
For detailed information about content data import, see [Content API]([[= developer_doc =]]/guide/personalization/developer_guide/content_api/) in the developer documentation.
2727

2828
## User data import
2929

@@ -33,7 +33,7 @@ a successful recommendation, for example, by enabling the use of [boost filters]
3333
User attributes could be retrieved based on the external user ID.
3434
However, it is rarely possible to combine the external user ID within the user's attribute set.
3535

36-
For more information about user attribute import, see [User API]([[= developer_doc =]]/guide/personalization/developer_guide/user_api) in the developer documentation.
36+
For more information about user attribute import, see [User API]([[= developer_doc =]]/guide/personalization/developer_guide/user_api/) in the developer documentation.
3737

3838
## List of import operations
3939

docs/personalization/enabling_personalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Your request is sent to Ibexa, and you will receive a confirmation email in resp
2525

2626
## Configuring customer credentials
2727

28-
When you receive the confirmation email, ask your administrator to [add the credentials to your configuration]([[= developer_doc =]]/guide/personalization/enabling_personalization/#configuring-mandator-credentials).
28+
When you receive the confirmation email, ask your administrator to [add the credentials to your configuration]([[= developer_doc =]]/guide/personalization/enabling_personalization/#setting-up-customer-credentials).
2929

3030
## Change the installation key
3131

docs/publishing/editorial_workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ For example, you can pass content through stages of draft, design and proofreadi
1616
In your workflows you can have different stages and transition between them.
1717

1818
Contact your administrator or developer team to configure workflows.
19-
See [developer documentation]([[= developer_doc =]]/guide/workflow/) for information on how to do it.
19+
See [developer documentation]([[= developer_doc =]]/guide/workflow/workflow/) for information on how to do it.
2020

2121
## Review queue
2222

2323
You can view Content items which are in different stages under review on the
2424
**My dashboard** screen, in the Review queue table.
2525
The table only shows Content items that your Role has permissions to edit.
26-
If your installation is [configured to support draft locking]([[= developer_doc =]]/guide/workflow/#draft-locking),
26+
If your installation is [configured to support draft locking]([[= developer_doc =]]/guide/workflow/workflow/#draft-locking),
2727
the table also informs you whether any reviewers are assigned and have claimed
2828
their drafts for review.
2929

docs/site_organization/organizing_the_content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can also copy the whole subtree (a Content item with all content under it in
7070
Copying very large subtrees may take too much time and server effort. That is why the system administrator
7171
may set a limit on how many Content items can be copied at the same time.
7272

73-
See [Copy subtree limit]([[= developer_doc =]]/guide/config_back_office/#copy-subtree-limit)
73+
See [Copy subtree limit]([[= developer_doc =]]/extending/config_back_office/#copy-subtree-limit)
7474
in the developer documentation on how to set this up.
7575

7676
Copying creates a new Content item.
@@ -121,7 +121,7 @@ in all of its Locations.
121121
In your site, you can manage external URL addresses and URL wildcards.
122122
You do this in the Back Office, **Admin** tab, the **URL Management** node.
123123

124-
For more information about URL management, see the [Ibexa Developer Documentation.]([[= developer_doc =]]/guide/url_management).
124+
For more information about URL management, see the [Ibexa Developer Documentation.]([[= developer_doc =]]/guide/url_management/).
125125

126126
### Link manager
127127

docs/site_organization/site_factory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition: experience
88
The Site Factory enables you to easily create and manage multiple sites in different languages from one place.
99
All the sites can be kept in the Repository of your installation.
1010
To be able to use it, the Site Factory has to be enabled and configured by your administrator.
11-
For more information see developer documentation on [Site Factory]([[= developer_doc =]]/guide/multisite/site_factory).
11+
For more information see developer documentation on [Site Factory]([[= developer_doc =]]/guide/multisite/site_factory/).
1212

1313
## Creating a site
1414

@@ -33,7 +33,7 @@ In this section you also define the SiteAccess URL addresses with their main lan
3333
The path can be only one directory deep.
3434
Do not use paths that have more than one element, for example, `/en/articles`.
3535

36-
For more information about SiteAccesses, see [Multisite]([[= developer_doc =]]/guide/multisite/multisite).
36+
For more information about SiteAccesses, see [Multisite]([[= developer_doc =]]/guide/multisite/multisite/).
3737

3838
![Create a new site step two](img/site_factory_new_site_step_2.png)
3939

0 commit comments

Comments
 (0)