diff --git a/ALFRESCOCORS.md b/ALFRESCOCORS.md index 3f2450875a..8789ec9a3b 100644 --- a/ALFRESCOCORS.md +++ b/ALFRESCOCORS.md @@ -151,7 +151,7 @@ See the [Alfresco community page](https://community.alfresco.com/community/appli If you want to completely enable CORS calls in your Content Services and Process Services, please refer to the following Alfresco documents: -* [Enable Cross Origin Resource Sharing (CORS) in Alfresco Process Services](http://docs.alfresco.com/process-services1.6/topics/enabling-cors.html) +* [Enable Cross Origin Resource Sharing (CORS) in Alfresco Process Services](https://support.hyland.com/r/Alfresco/Alfresco-Process-Services/24.4/Alfresco-Process-Services/Configure/Overview/CORS) * Enable Cross Origin Resource Sharing (CORS) in Alfresco Content Services diff --git a/docs/content-services/components/alfresco-viewer.component.md b/docs/content-services/components/alfresco-viewer.component.md index 836617e878..c076234238 100644 --- a/docs/content-services/components/alfresco-viewer.component.md +++ b/docs/content-services/components/alfresco-viewer.component.md @@ -200,7 +200,7 @@ The viewer component consists of separate Views that handle particular file type For those extensions and mime types that cannot be natively displayed in the browser, the Viewer will try to fetch the corresponding rendition using the [renditions service api](../services/renditions.service.md). -For the full list of supported types please refer to: [File types that support preview and thumbnail generation](http://docs.alfresco.com/5.2/references/valid-transformations-preview.html). +For the full list of supported types please refer to: [File types that support preview and thumbnail generation](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.3/Alfresco-Content-Services/Administer/Transformation/File-types-that-support-preview-and-thumbnail-generation). ### Configuring PDF.js library diff --git a/docs/content-services/components/search-number-range.component.md b/docs/content-services/components/search-number-range.component.md index 030522a7b1..a09c283ab5 100644 --- a/docs/content-services/components/search-number-range.component.md +++ b/docs/content-services/components/search-number-range.component.md @@ -39,7 +39,7 @@ Implements a [search widget](../../../lib/content-services/src/lib/search/models | Name | Type | Description | | ---- | ---- | ----------- | | field | string | Field to to use | -| format | string | Value format. Uses string substitution to allow all sorts of [range queries](https://docs.alfresco.com/5.2/concepts/rm-searchsyntax-ranges.html). | +| format | string | Value format. Uses string substitution to allow all sorts of [range queries](https://support.hyland.com/r/Alfresco/Alfresco-Search-Services/2.0/Alfresco-Search-Services/Using/Full-text-search-reference/Search-for-ranges). | | hideDefaultAction | boolean | Show/hide the widget actions. By default is false. | ## Details @@ -50,7 +50,7 @@ in a search query. #### Range query format -See the [Search for ranges](https://docs.alfresco.com/5.2/concepts/rm-searchsyntax-ranges.html) page in the ACS docs for more information about the date range format. +See the [Search for ranges](https://support.hyland.com/r/Alfresco/Alfresco-Governance-Services/23.4/Alfresco-Governance-Services/Using/Searching-records/Advanced-search-options) page in the ACS docs for more information about the date range format. The `format` setting specifies how the date is displayed textually. Most of the format is displayed as-is but you can use `{FROM}` and `{TO}` markers to interpolate the range limits diff --git a/docs/content-services/dialogs/library.dialog.md b/docs/content-services/dialogs/library.dialog.md index 03e2dea6a1..d3e0b090dd 100644 --- a/docs/content-services/dialogs/library.dialog.md +++ b/docs/content-services/dialogs/library.dialog.md @@ -34,7 +34,7 @@ Creates a new Content Services document library/site. This component lets the user create a new document library/site with the usual name, ID, description and access restrictions. See the -[Sites](https://docs.alfresco.com/6.0/concepts/sites-intro.html) +[Sites](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.3/Alfresco-Content-Services/Using/Sites) section of the Content Services documentation for more information. ## See also diff --git a/docs/content-services/services/tag.service.md b/docs/content-services/services/tag.service.md index 7d32803429..966449438e 100644 --- a/docs/content-services/services/tag.service.md +++ b/docs/content-services/services/tag.service.md @@ -69,7 +69,7 @@ Manages tags in Content Services. ## Details Content Services supports -[tagging](http://docs.alfresco.com/5.2/tasks/site-content-tag.html) +[tagging](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.3/Alfresco-Content-Services/Develop/REST-API-Guide/Searching-for-Content) of file and folder nodes to assist with searches. A tag is a short text string added to an item, rather like a hashtag in social media. diff --git a/docs/core/components/start-form.component.md b/docs/core/components/start-form.component.md index 24da995e30..f6d72ae0a6 100644 --- a/docs/core/components/start-form.component.md +++ b/docs/core/components/start-form.component.md @@ -69,7 +69,7 @@ Displays the Start [`Form`](../../../lib/process-services/src/lib/task-list/mode The [Start Process component](../../process-services/components/start-process.component.md) uses the Start [`Form`](../../../lib/process-services/src/lib/task-list/models/form.model.ts) component to display the -[start form](http://docs.alfresco.com/process-services1.6/topics/none_start_event.html) +[start form](https://support.hyland.com/r/Alfresco/Alfresco-Process-Services/24.3/Alfresco-Process-Services/Using/Process-Services/BPMN-Editor) for the process. The `outcomeClick` event is passed a string containing the ID of the outcome button that diff --git a/docs/core/services/renditions.service.md b/docs/core/services/renditions.service.md index 733f8579cc..28799f4d63 100644 --- a/docs/core/services/renditions.service.md +++ b/docs/core/services/renditions.service.md @@ -65,7 +65,7 @@ For example, a raw text file might be converted to HTML to enable better formatt in a web browser or a PDF might be converted to an equivalent bitmap image. A _rendition_ is a prearranged conversion that is set up for an item for convenient repeated use. More information about renditions is available in the -[Content Services documentation](https://docs.alfresco.com/5.2/references/dev-extension-points-content-transformer.html). +[Content Services documentation](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.3/Alfresco-Content-Services/Develop/In-Process-Platform-Extension-Points/Content-Transformers-and-Renditions?tocId=MzBswf2LNNDFaGmBgO1hfg). In the [Renditions service](renditions.service.md) methods, the `nodeId` is a string identifying the content node that the rendition applies to. This can be obtained from diff --git a/docs/release-notes/RelNote161.md b/docs/release-notes/RelNote161.md index 433cfb0e94..d7bb0380a5 100644 --- a/docs/release-notes/RelNote161.md +++ b/docs/release-notes/RelNote161.md @@ -354,7 +354,7 @@ Below you can find a brief list of references to help you starting to use the ne [ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote170.md b/docs/release-notes/RelNote170.md index 93dab19fde..add3cfc5c5 100644 --- a/docs/release-notes/RelNote170.md +++ b/docs/release-notes/RelNote170.md @@ -293,7 +293,7 @@ Below you can find a brief list of references to help you starting to use the ne [ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote180.md b/docs/release-notes/RelNote180.md index fe394e7fe6..672d8d7e30 100644 --- a/docs/release-notes/RelNote180.md +++ b/docs/release-notes/RelNote180.md @@ -428,7 +428,7 @@ Below you can find a brief list of references to help you start to use the new r [ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote190.md b/docs/release-notes/RelNote190.md index 281b8473a9..3821ce3b3f 100644 --- a/docs/release-notes/RelNote190.md +++ b/docs/release-notes/RelNote190.md @@ -218,7 +218,7 @@ Below you can find a brief list of references to help you start to use the new r [ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote200.md b/docs/release-notes/RelNote200.md index 64e5180a5b..f6a7694a3e 100644 --- a/docs/release-notes/RelNote200.md +++ b/docs/release-notes/RelNote200.md @@ -568,7 +568,7 @@ Component catalog [ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote210.md b/docs/release-notes/RelNote210.md index 4813404523..b464f43ad9 100644 --- a/docs/release-notes/RelNote210.md +++ b/docs/release-notes/RelNote210.md @@ -327,7 +327,7 @@ Component catalog [ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote220.md b/docs/release-notes/RelNote220.md index c1320b93ec..ae13188da9 100644 --- a/docs/release-notes/RelNote220.md +++ b/docs/release-notes/RelNote220.md @@ -124,7 +124,7 @@ In this release, the [Viewer component](../core/components/viewer.component.md) - Thumbnails for PDF view, with the option to provide your own Thumbnails template if needed - Image view now features a floating action toolbar with extra actions: zoom in/out, rotate, reset to default size - Image view now supports panning of the images. Hardware-accelerated styles were used to enable panning of zoomed in or large images with the highest performance and efficiency -- The viewer has greatly improved maintenance of the Renditions (see possible conversion options here: [File types that support preview and thumbnail generation | Alfresco Documentation](https://docs.alfresco.com/5.2/references/valid-transformations-preview.html) ) +- The viewer has greatly improved maintenance of the Renditions (see possible conversion options here: [File types that support preview and thumbnail generation | Alfresco Documentation](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.3/Alfresco-Content-Services/Administer/Transformation/File-types-that-support-preview-and-thumbnail-generation) ) - Support for "carousel" modes and document navigation options (extra buttons you can enable and provide handlers for). This feature will be fully demonstrated in the upcoming "Alfresco Content Application" release. - It is now possible to provide custom menu buttons for the Viewer toolbar. See more details in the docs: [alfresco-ng2-components/viewer.component.md at development · Alfresco/alfresco-ng2-components · GitHub ](../core/components/viewer.component.md#custom-toolbar-buttons) @@ -293,7 +293,7 @@ Component catalog [ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote230.md b/docs/release-notes/RelNote230.md index 4dfb38a05b..2a49d457e3 100644 --- a/docs/release-notes/RelNote230.md +++ b/docs/release-notes/RelNote230.md @@ -244,7 +244,7 @@ Component catalog [ADF App Generator](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote240.md b/docs/release-notes/RelNote240.md index 53f60ed2c6..1cc1eb7029 100644 --- a/docs/release-notes/RelNote240.md +++ b/docs/release-notes/RelNote240.md @@ -222,7 +222,7 @@ Below you can find a brief list of references to help you start using the new re - [Alfresco-JS-API](https://github.com/Alfresco/alfresco-js-api) - [ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote250.md b/docs/release-notes/RelNote250.md index 26988efdfc..e701bac033 100644 --- a/docs/release-notes/RelNote250.md +++ b/docs/release-notes/RelNote250.md @@ -207,7 +207,7 @@ Component catalog [ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app) Please refer to the -[official documentation](http://docs.alfresco.com/) +[official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote260.md b/docs/release-notes/RelNote260.md index 71ad8e9d48..d59b5c2fb1 100644 --- a/docs/release-notes/RelNote260.md +++ b/docs/release-notes/RelNote260.md @@ -125,7 +125,7 @@ The **[`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts ### Share link with expiry date -Some extra information is now available for shared links: expiry date. The earliest date accepted is at least 24h after the time you created it (following the ACS specification : [here](https://docs.alfresco.com/5.2/concepts/repository-properties.html) is the link). This is embedded into the **[Share Dialog Component](../../lib/content-services/content-node-share/content-node-share.dialog.ts)** and will be automatically shown when the share dialog is displayed. +Some extra information is now available for shared links: expiry date. The earliest date accepted is at least 24h after the time you created it (following the ACS specification : [here](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.3/Alfresco-Content-Services/Administer/Content-stores) is the link). This is embedded into the **[Share Dialog Component](../../lib/content-services/content-node-share/content-node-share.dialog.ts)** and will be automatically shown when the share dialog is displayed. ![Expiry Share Link](images/ShareExpiryLink.gif) @@ -159,7 +159,7 @@ Component catalog [ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote300.md b/docs/release-notes/RelNote300.md index 63f4f79976..8c8f0b0d65 100644 --- a/docs/release-notes/RelNote300.md +++ b/docs/release-notes/RelNote300.md @@ -227,7 +227,7 @@ Below is a brief list of references to help you start using the new release: - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ### Icon Component diff --git a/docs/release-notes/RelNote310.md b/docs/release-notes/RelNote310.md index 0a94d72095..a869301463 100644 --- a/docs/release-notes/RelNote310.md +++ b/docs/release-notes/RelNote310.md @@ -334,7 +334,7 @@ Below is a brief list of references to help you start using the new release: - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote320.md b/docs/release-notes/RelNote320.md index f364cdecfd..82081a96f9 100644 --- a/docs/release-notes/RelNote320.md +++ b/docs/release-notes/RelNote320.md @@ -308,7 +308,7 @@ Below is a brief list of references to help you start using the new release: - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote321.md b/docs/release-notes/RelNote321.md index a774fa557e..6d987f2db0 100644 --- a/docs/release-notes/RelNote321.md +++ b/docs/release-notes/RelNote321.md @@ -41,4 +41,4 @@ Below is a brief list of references to help you start using the new release: - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. diff --git a/docs/release-notes/RelNote330.md b/docs/release-notes/RelNote330.md index 8774b289fc..4a4b392af9 100644 --- a/docs/release-notes/RelNote330.md +++ b/docs/release-notes/RelNote330.md @@ -144,7 +144,7 @@ The following is a brief list of references to help you get started with the new - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote340.md b/docs/release-notes/RelNote340.md index 69512540f3..5a9134c259 100644 --- a/docs/release-notes/RelNote340.md +++ b/docs/release-notes/RelNote340.md @@ -103,7 +103,7 @@ The following is a brief list of references to help you get started with the new - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote350.md b/docs/release-notes/RelNote350.md index aadc00e3b1..f740479349 100644 --- a/docs/release-notes/RelNote350.md +++ b/docs/release-notes/RelNote350.md @@ -63,7 +63,7 @@ The following is a brief list of references to help you get started with the new - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote360.md b/docs/release-notes/RelNote360.md index bed7ccee28..d72f25ac74 100644 --- a/docs/release-notes/RelNote360.md +++ b/docs/release-notes/RelNote360.md @@ -83,7 +83,7 @@ The following is a brief list of references to help you get started with the new - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote370.md b/docs/release-notes/RelNote370.md index 75f35bb20a..e52787ae06 100644 --- a/docs/release-notes/RelNote370.md +++ b/docs/release-notes/RelNote370.md @@ -57,7 +57,7 @@ The following is a brief list of references to help you get started with the new - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote380.md b/docs/release-notes/RelNote380.md index c285bc7d84..6a591bd534 100644 --- a/docs/release-notes/RelNote380.md +++ b/docs/release-notes/RelNote380.md @@ -75,7 +75,7 @@ The following is a brief list of references to help you get started with the new - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## Issues addressed diff --git a/docs/release-notes/RelNote390.md b/docs/release-notes/RelNote390.md index 1c1281bc7d..37eab0b274 100644 --- a/docs/release-notes/RelNote390.md +++ b/docs/release-notes/RelNote390.md @@ -103,7 +103,7 @@ The following is a brief list of references to help you get started with the new - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## PR Merged diff --git a/docs/release-notes/RelNote400.md b/docs/release-notes/RelNote400.md index 933844451d..f6283fe649 100644 --- a/docs/release-notes/RelNote400.md +++ b/docs/release-notes/RelNote400.md @@ -71,7 +71,7 @@ The following is a brief list of references to help you get started with the new - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## PR merged diff --git a/docs/release-notes/RelNote410.md b/docs/release-notes/RelNote410.md index 7d67d88763..f4a771e9c3 100644 --- a/docs/release-notes/RelNote410.md +++ b/docs/release-notes/RelNote410.md @@ -57,7 +57,7 @@ The following is a brief list of references to help you get started with the new - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## PR merged diff --git a/docs/release-notes/RelNote420.md b/docs/release-notes/RelNote420.md index 0ae3eb46f5..01778137db 100644 --- a/docs/release-notes/RelNote420.md +++ b/docs/release-notes/RelNote420.md @@ -52,7 +52,7 @@ The following is a brief list of references to help you get started with the new - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## PR merged diff --git a/docs/release-notes/RelNote430.md b/docs/release-notes/RelNote430.md index b2ba5f94dc..97b59652ad 100644 --- a/docs/release-notes/RelNote430.md +++ b/docs/release-notes/RelNote430.md @@ -57,7 +57,7 @@ The following is a brief list of references to help you get started with the new - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## PR merged diff --git a/docs/release-notes/RelNote440.md b/docs/release-notes/RelNote440.md index 811b82c1ec..e2f66ed9d2 100644 --- a/docs/release-notes/RelNote440.md +++ b/docs/release-notes/RelNote440.md @@ -145,7 +145,7 @@ The following is a brief list of references to help you get started with the new - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## PR merged diff --git a/docs/release-notes/RelNote450.md b/docs/release-notes/RelNote450.md index 03cf952351..dbff780287 100644 --- a/docs/release-notes/RelNote450.md +++ b/docs/release-notes/RelNote450.md @@ -151,7 +151,7 @@ The following is a brief list of references to help you get started with the new - [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api) - [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app) -Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. +Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions. ## PR merged diff --git a/docs/user-guide/search-configuration-guide.md b/docs/user-guide/search-configuration-guide.md index 3f039438ee..ff431bd378 100644 --- a/docs/user-guide/search-configuration-guide.md +++ b/docs/user-guide/search-configuration-guide.md @@ -101,8 +101,8 @@ In the three steps you can specify the search configuration. i.e You may find it useful to check out the following resources for background information before customizing the search UI: -- [Search API](https://docs.alfresco.com/5.2/concepts/search-api.html) -- [Alfresco Full Text Search Reference](https://docs.alfresco.com/5.2/concepts/rm-searchsyntax-intro.html) +- [Search API](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.3/Alfresco-Content-Services/Develop/REST-API-Guide/Searching-for-Content) +- [Alfresco Full Text Search Reference](https://support.hyland.com/r/Alfresco/Alfresco-Search-Services/2.0/Alfresco-Search-Services/Using/Full-text-search-reference) - [ACS API Explorer](https://api-explorer.alfresco.com/api-explorer/#!/search/search) ### Configuration diff --git a/lib/js-api/src/api/search-rest-api/docs/SearchApi.md b/lib/js-api/src/api/search-rest-api/docs/SearchApi.md index 5d70156516..8f991794fb 100644 --- a/lib/js-api/src/api/search-rest-api/docs/SearchApi.md +++ b/lib/js-api/src/api/search-rest-api/docs/SearchApi.md @@ -28,7 +28,7 @@ JSON **Note:** These are the minimum possible query parameters. -The default search language is **afts** ([Alfresco Full Text Search](http://docs.alfresco.com/5.1/concepts/rm-searchsyntax-intro.html)), but you can also specify **cmis**, and **lucene**. +The default search language is **afts** ([Alfresco Full Text Search](https://support.hyland.com/r/Alfresco/Alfresco-Search-Services/2.0/Alfresco-Search-Services/Using/Full-text-search-reference)), but you can also specify **cmis**, and **lucene**. A basic CMIS query looks like this: