From 8e41c4950f1b4397b2369e56907dfe5a57434a66 Mon Sep 17 00:00:00 2001 From: Andy Stark <30621568+therealandeeee@users.noreply.github.com> Date: Fri, 17 Nov 2017 12:12:01 +0000 Subject: [PATCH] [ADF-1955] Fixed broken links to source files (#2662) --- docs/alfresco-content.service.md | 2 +- docs/bpm-user.model.md | 2 +- docs/ecm-user.model.md | 2 +- docs/form-field.model.md | 2 +- docs/permissions-style.model.md | 2 +- docs/user-process.model.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/alfresco-content.service.md b/docs/alfresco-content.service.md index 3cf973ca2c..0a64ac0403 100644 --- a/docs/alfresco-content.service.md +++ b/docs/alfresco-content.service.md @@ -36,7 +36,7 @@ The `relativePath` will create a sequence of folders within `parentId` with `nam element but you can use an empty string to make the folder a direct child of `parentId`. The `hasPermission` method reports whether the node has the specified permission. (The -[Permissions](https://github.com/Alfresco/alfresco-ng2-components/blob/development/ng2-components/ng2-alfresco-core/src/models/permissions.enum.ts) +[Permissions](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/core/models/permissions.enum.ts) enum contains the values `DELETE`, `UPDATE`, `CREATE`, `UPDATEPERMISSIONS`, `NOT_DELETE`, `NOT_UPDATE`, `NOT_CREATE` and `NOT_UPDATEPERMISSIONS`. diff --git a/docs/bpm-user.model.md b/docs/bpm-user.model.md index 2acc6f123d..f629fc2d74 100644 --- a/docs/bpm-user.model.md +++ b/docs/bpm-user.model.md @@ -12,7 +12,7 @@ Instances of this class are returned by the methods of the Note that the Typescript class for this model is in active development; it is likely to change and so its properties are not listed here. For the latest version of the class, see the -[source file](https://github.com/Alfresco/alfresco-ng2-components/blob/development/ng2-components/ng2-alfresco-userinfo/src/models/bpm-user.model.ts). +[source file](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/core/userinfo/models/bpm-user.model.ts). diff --git a/docs/ecm-user.model.md b/docs/ecm-user.model.md index 263376dabf..8cd598cc8e 100644 --- a/docs/ecm-user.model.md +++ b/docs/ecm-user.model.md @@ -12,7 +12,7 @@ interface, which is defined in the Note that the Typescript class for this model is in active development; it is likely to change and so its properties are not listed here. For the latest version of the class, see the -[source file](https://github.com/Alfresco/alfresco-ng2-components/blob/development/ng2-components/ng2-alfresco-userinfo/src/models/ecm-user.model.ts). +[source file](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/core/userinfo/models/ecm-user.model.ts). diff --git a/docs/form-field.model.md b/docs/form-field.model.md index 9eb4c1628e..621fd765fa 100644 --- a/docs/form-field.model.md +++ b/docs/form-field.model.md @@ -84,7 +84,7 @@ dropdown item. selected by `restResponsePath`. Its value will be used for the `label` property of the dropdown item (ie, the text visible to the user). -The [REST Call Task 101](https://community.alfresco.com/community/bpm/blog/2016/08/31/rest-integration) +The [REST Call Task 101](https://community.alfresco.com/community/bpm/blog/2016/08/31/rest-integration-101) tutorial on the [APS community site](https://community.alfresco.com/community/bpm) contains full details about how the REST calls work, along with a worked example. diff --git a/docs/permissions-style.model.md b/docs/permissions-style.model.md index 5573a11489..d8315bc80a 100644 --- a/docs/permissions-style.model.md +++ b/docs/permissions-style.model.md @@ -20,7 +20,7 @@ and can be applied separately to files and folders by setting `isFile` and `isFo ### Permissions enum -The [Permissions](https://github.com/Alfresco/alfresco-ng2-components/blob/development/ng2-components/ng2-alfresco-core/src/models/permissions.enum.ts) +The [Permissions](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/core/models/permissions.enum.ts) enum contains all the valid permissions for which you can apply custom styles: **DELETE**, **UPDATE**, **CREATE**, **UPDATEPERMISSIONS**, **NOT_DELETE**, **NOT_UPDATE**, **NOT_CREATE**, **NOT_UPDATEPERMISSIONS**. diff --git a/docs/user-process.model.md b/docs/user-process.model.md index 5b38f99ba5..bfe5872cf3 100644 --- a/docs/user-process.model.md +++ b/docs/user-process.model.md @@ -11,7 +11,7 @@ a task or to list them in search results). Note that the Typescript class for this model is in active development; it is likely to change and so its properties are not listed here. For the latest version of the class, see the -[source file](https://github.com/Alfresco/alfresco-ng2-components/blob/development/ng2-components/ng2-alfresco-core/src/models/user-process.model.ts). +[source file](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/core/models/user-process.model.ts).