Skip to content

Commit

Permalink
update links to point to new gitlab instance
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvs committed Dec 14, 2023
1 parent cc3b003 commit 2757ab6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- PROJECT LOGO -->
<br />
<div align="center">
<a href="https://git.scc.kit.edu/synergy.o3as/o3webapp/-/blob/develop">
<a href="https://codebase.helmholtz.cloud/m-team/o3as/o3webapp/-/blob/develop">
<img src="https://o3as.data.kit.edu/img/logos/o3as-logo.svg" alt="Logo" width="200" height="200">
</a>

Expand Down Expand Up @@ -174,7 +174,7 @@ Developers which worked on this project:


## License
This project is licensed under the [GNU License](https://git.scc.kit.edu/synergy.o3as/o3webapp/-/blob/develop/LICENSE).
This project is licensed under the [GNU License](https://codebase.helmholtz.cloud/m-team/o3as/o3webapp/-/blob/develop/LICENSE).


<p align="right">(<a href="#top">back to top</a>)</p>
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"codeRepository": "git+https://git.scc.kit.edu/synergy.o3as/o3api.git",
"codeRepository": "git+https://codebase.helmholtz.cloud/m-team/o3as/o3api.git",
"issueTracker": "https://github.com/EOSC-Synergy/o3webapp/issues",
"name": "o3webapp",
"description": "O3webapp component of the O3as service to provide web GUI interface",
Expand Down
2 changes: 1 addition & 1 deletion k8s/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**Note on Kubernetes deployment**

Please, pay attention that usually the deployment happens via HELM chart which also included o3api. The HELM Chart is located at [o3k8s](https://git.scc.kit.edu/synergy.o3as/o3k8s) repository.
Please, pay attention that usually the deployment happens via HELM chart which also included o3api. The HELM Chart is located at [o3k8s](https://codebase.helmholtz.cloud/m-team/o3as/o3k8s) repository.


o3k8s directory here contains example YAML files for direct deployment of the o3webapp in Kubernetes
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const links = [
},
{
label: "Gitlab",
href: "https://git.scc.kit.edu/synergy.o3as/o3webapp"
href: "https://codebase.helmholtz.cloud/m-team/o3as/o3webapp"
},
{
label: "How to Acknowledge",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/__snapshots__/Footer.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ exports[`renders correctly 1`] = `
<a
class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineHover css-158h6db-MuiTypography-root-MuiLink-root"
data-testid="footer-link-undefined"
href="https://git.scc.kit.edu/synergy.o3as/o3webapp"
href="https://codebase.helmholtz.cloud/m-team/o3as/o3webapp"
>
<p
class="MuiTypography-root MuiTypography-body1 css-h0dnht-MuiTypography-root"
Expand Down

0 comments on commit 2757ab6

Please sign in to comment.