Skip to content

Commit af0666e

Browse files
committed
Applying repo renaming to documentation
1 parent 0a9c542 commit af0666e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/pr-deploy-test-branch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Clone repository
9191
run: |
92-
git clone -b gh-pages "git@github.com:${{ github.repository_owner }}/opencast-admin-interface-test.git" admin-interface-test
92+
git clone -b gh-pages "git@github.com:${{ github.repository_owner }}/-admin-interface-test.git" admin-interface-test
9393
9494
- name: Store build in the clone
9595
env:
@@ -103,8 +103,8 @@ jobs:
103103
env:
104104
GH_TOKEN: ${{ github.token }}
105105
run: |
106-
wget https://raw.githubusercontent.com/${{ github.repository_owner }}/opencast-admin-interface-test/main/.github/scripts/cleanup-deployments.sh
107-
bash cleanup-deployments.sh ${{ github.repository_owner }}/opencast-admin-interface
106+
wget https://raw.githubusercontent.com/${{ github.repository_owner }}/admin-interface-test/main/.github/scripts/cleanup-deployments.sh
107+
bash cleanup-deployments.sh ${{ github.repository_owner }}/admin-interface
108108
rm -f cleanup-deployments.sh
109109
git add .
110110

.github/workflows/pr-remove-test-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Clone test repository
3434
run: |
35-
git clone -b gh-pages "git@github.com:opencast/opencast-admin-interface-test.git" admin-interface-test
35+
git clone -b gh-pages "git@github.com:opencast/admin-interface-test.git" admin-interface-test
3636
3737
- name: Delete build if present
3838
working-directory: admin-interface-test

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Development and testing
1010
To get a local copy of the admin UI to test or develop on, you can do the following:
1111

1212
```sh
13-
git clone git@github.com:opencast/opencast-admin-interface.git opencast-admin-interface-demo
14-
cd opencast-admin-interface-demo
13+
git clone git@github.com:opencast/admin-interface.git admin-interface-demo
14+
cd admin-interface-demo
1515
git switch my-branch # or otherwise check out, pull, merge, etc. whatever branch you want to test/hack on
1616
npm ci
1717
```
@@ -108,7 +108,7 @@ How to cut a release for Opencast manually with git
108108
Translating the Admin Interface
109109
-------------------------------
110110

111-
You can help translate the Opencast Admin UI to your language on [crowdin.com/project/opencast-admin-interface](https://crowdin.com/project/opencast-admin-interface). Simply request to join the project on Crowdin and start translating. If you are interested in translating a language that is not a target language right now, please create [a GitHub issue](https://github.com/opencast/opencast-admin-interface/issues) and we will add the language.
111+
You can help translate the Opencast Admin UI to your language on [crowdin.com/project/opencast-admin-interface](https://crowdin.com/project/opencast-admin-interface). Simply request to join the project on Crowdin and start translating. If you are interested in translating a language that is not a target language right now, please create [a GitHub issue](https://github.com/opencast/admin-interface/issues) and we will add the language.
112112

113113
This project follows the general form of [Opencast's Localization Process](https://docs.opencast.org/develop/developer/#participate/localization/), especially regarding what happens when you need to [change an existing translation key](https://docs.opencast.org/develop/developer/#participate/localization/#i-need-to-update-the-wording-of-the-source-translation-what-happens). Any questions not answered there should be referred to the mailing lists!
114114

0 commit comments

Comments
 (0)