From d4f85996c16f9689a71c8c1cf9a6b433d4afda7b Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Mon, 5 Dec 2022 11:06:43 +0100 Subject: [PATCH] Change default branch from master to main --- .gitlab-ci.yml | 4 ++-- README.md | 4 ++-- src/README.md | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33b766a..e0b9f46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ publish: stage: deploy only: refs: - - master + - main script: # https://www.npmjs.com/settings/dbp-deploy/tokens # NPM_TOKEN needs to be a "Publish" token with 2FA disabled! @@ -50,7 +50,7 @@ deploy: - schedules only: refs: - - master + - main - demo - production inherit: diff --git a/README.md b/README.md index 29c3e98..6f61839 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,6 @@ For frontend design customizations, such as logo, colors, font, favicon, and mor ## "dbp-signature" slots -These are common slots for the app-shell. You can find the documentation of these slots in the [app-shell documentation](https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/app-shell). -For the app specific slots take a look at the [esign activities documentation](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/master/src). +These are common slots for the app-shell. You can find the documentation of these slots in the [app-shell documentation](https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/main/packages/app-shell). +For the app specific slots take a look at the [esign activities documentation](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/main/src). diff --git a/src/README.md b/src/README.md index a6ce879..beb50b6 100644 --- a/src/README.md +++ b/src/README.md @@ -4,7 +4,7 @@ Here you can find the individual activities of the `esign` app. If you want to u ## Usage of an activity -You can use every activity alone. Take a look at our examples [here](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/master/examples). +You can use every activity alone. Take a look at our examples [here](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/main/examples). ## Activities @@ -18,7 +18,7 @@ These attributes are available for all activities listed here: ### dbp-qualified-signature-pdf-upload You can use this activity to qualifiedly sign PDF documents like this: -[dbp-qualified-signature-pdf-upload/index.html](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/master/examples/dbp-qualified-signature-pdf-upload/index.html) +[dbp-qualified-signature-pdf-upload/index.html](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/main/examples/dbp-qualified-signature-pdf-upload/index.html) Note that you will need a Keycloak server along with a client id for the domain you are running this html on. @@ -51,7 +51,7 @@ Note that you will need a Keycloak server along with a client id for the domain ### dbp-official-signature-pdf-upload You can use this activity to officially sign PDF documents like this: -[dbp-official-signature-pdf-upload/index.html](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/master/examples/dbp-official-signature-pdf-upload/index.html) +[dbp-official-signature-pdf-upload/index.html](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/main/examples/dbp-official-signature-pdf-upload/index.html) Note that you will need a Keycloak server along with a client id for the domain you are running this html on. @@ -72,7 +72,7 @@ Note that you will need a Keycloak server along with a client id for the domain ### dbp-signature-verification This activity shows an information page where to verify signed documents, you can use it like this: -[dbp-signature-verification/index.html](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/master/examples/dbp-signature-verification/index.html) +[dbp-signature-verification/index.html](https://gitlab.tugraz.at/dbp/esign/signature/-/tree/main/examples/dbp-signature-verification/index.html) #### Attributes -- GitLab