Skip to content

Commit 28d35e4

Browse files
committed
Handling repository renames
1 parent 2594c48 commit 28d35e4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: Opencast Admin Interface
4-
url: https://github.com/opencast/opencast-admin-interface/issues
4+
url: https://github.com/opencast/admin-interface/issues
55
about: Report issues with the admin interface in its own repository.
66
- name: Opencast Editor
77
url: https://github.com/opencast/opencast-editor/issues

docs/guides/admin/docs/configuration/admin-ui/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ imprint.%{language_code}.html
99
privacy.%{language_code}.html
1010
```
1111

12-
Currently supported language codes can be found here: <https://github.com/opencast/opencast-admin-interface/blob/main/src/i18n/i18n.ts>.
12+
Currently supported language codes can be found here: <https://github.com/opencast/admin-interface/blob/develop/src/i18n/i18n.ts>.
1313
Also see available translations in the [Opencast Crowdin project](https://crowdin.com/project/opencast-community).
1414

1515
If a language is not provided, the english version will be displayed.

docs/guides/admin/docs/configuration/videoeditor.frontend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Stand-alone capabilities
1919
--------------
2020

2121
The editor frontend is also referred to as "stand-alone" since it can be deployed and run outside an Opencast installation.
22-
Should you wish to do so check its github repository: https://github.com/opencast/opencast-editor
22+
Should you wish to do so check its github repository: https://github.com/opencast/editor
2323
However, there is little benefit in doing so, as the editor frontend will not function without a connection to its
2424
backend in Opencast.
2525

docs/guides/developer/docs/develop/frontends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Opencast boasts multiple graphical user interfaces for different purposes, livin
55
The following is a brief overview.
66

77
### Admin Interface
8-
- Lives in its [own GitHub repository](https://github.com/opencast/opencast-admin-interface). Builds end up in the
8+
- Lives in its [own GitHub repository](https://github.com/opencast/admin-interface). Builds end up in the
99
`admin` module.
1010
- Will eventually become and replace the (old) Admin UI.
1111

@@ -18,7 +18,7 @@ The following is a brief overview.
1818
- Provides simple ui for LTI tool consumers.
1919

2020
### Opencast Editor
21-
- Lives in its [own GitHub repository](https://github.com/opencast/opencast-editor). Builds end up in the
21+
- Lives in its [own GitHub repository](https://github.com/opencast/editor). Builds end up in the
2222
`editor` module.
2323
- A simple video editor for cutting down videos.
2424

0 commit comments

Comments
 (0)