From 7e676410fe7f06dc1e7e9d7805f5dd870d5e6dcd Mon Sep 17 00:00:00 2001 From: Suzana Dirla Date: Wed, 27 Jun 2018 18:53:54 +0300 Subject: [PATCH] some link fixes (#465) --- docs/getting-started.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index e31a9c828..07e42cd36 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -74,7 +74,7 @@ The fallback locale is the English one, however current browser language is take ### User-defined language You can allow users to set custom language that gets saved to user preferences. -The main application menu already has the [ADF Language Menu](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/language-menu.component.md) component integrated and pre-filled with the supported items. +The main application menu already has the [ADF Language Menu](https://github.com/Alfresco/alfresco-ng2-components/blob/master/docs/core/language-menu.component.md) component integrated and pre-filled with the supported items. To change the default language set edit the `app.config.json` file and add or remove items: @@ -131,7 +131,7 @@ You can copy the content over to your newly created file and replace English val The Content Application automatically bundles your file upon project build. You can test your locale by changing the browser language settings and reloading the page. -Optionally, you can extend the [ADF Language Menu](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/language-menu.component.md) component with the newly added language by updating the `app.config.json` file. +Optionally, you can extend the [ADF Language Menu](https://github.com/Alfresco/alfresco-ng2-components/blob/master/docs/core/language-menu.component.md) component with the newly added language by updating the `app.config.json` file. ### Customizing ADF translations @@ -322,7 +322,7 @@ By default, the application ships with the following rules already predefined: ```

-You can get more details on the supported rules in the following article: Upload Service. +You can get more details on the supported rules in the following article: Upload Service.

#### Pagination settings @@ -348,7 +348,7 @@ You can change the default settings of the pagination that gets applied to all t You can store any information in the application configuration file, and access it at runtime by using the `AppConfigService` service provided by ADF.

-Please refer to the AppConfigService documentation to get more details on Application Configuration features and API available. +Please refer to the AppConfigService documentation to get more details on Application Configuration features and API available.

## Navigation @@ -427,7 +427,7 @@ To change the `title` and `label` of navigation links edit the values under `BRO } ``` -For more information about internationalization see [Internationalization (i18n)](/i18n) section. +For more information about internationalization see [Internationalization (i18n)](#internationalization-i18n) section. ### User-defined navigation @@ -513,7 +513,7 @@ Map the `/custom-route` in `app.routes.ts` as a child of `LayoutComponent` defin ![](images/navigation-03.png) -For more information about the content of a custom page see [Document List Layout](/doc-list) section. +For more information about the content of a custom page see [Document List Layout](/#document-list-layout) section. ## Docker