From 9e547a0e74b02fbd4889f409de2205dee8dddcbf Mon Sep 17 00:00:00 2001 From: Michael Baudis Date: Wed, 13 Nov 2024 09:54:08 +0900 Subject: [PATCH 1/2] web address fix --- README.md | 2 +- docs/CNAME | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/CNAME diff --git a/README.md b/README.md index dc3bf98..f84172f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Documentation -The documentation for the ELIXIR Beacon v2 Network is [here](https://beacon-network-v2-documentation.readthedocs.io/en/latest/) +The documentation for the ELIXIR Beacon v2 Network is [here](https://elixir-europe.github.io/beacon-network/) ## Deploying diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..969a539 --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +network.genomebeacons.org \ No newline at end of file From d173291fef686ea4db43a528f3c9c7a9793e181e Mon Sep 17 00:00:00 2001 From: Michael Baudis Date: Wed, 13 Nov 2024 23:32:31 +0900 Subject: [PATCH 2/2] new repo links --- .gitignore | 2 +- README.md | 8 ++++---- docs/mainDocumentation/governanceModel.md | 2 +- mkdocs.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 40d942f..8882029 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ - +site/ docs/.DS_Store .DS_Store diff --git a/README.md b/README.md index f84172f..c1b6284 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ## Documentation -The documentation for the ELIXIR Beacon v2 Network is [here](https://elixir-europe.github.io/beacon-network/) +The documentation for the ELIXIR Beacon v2 Network is [here](https://ga4gh-beacon.github.io/beacon-network/) ## Deploying -Frontend repository is located [here](https://github.com/elixir-europe/beacon-network-ui). -Backend repository is [here](https://github.com/elixir-europe/beacon-network-backend). +Frontend repository is located [here](https://github.com/ga4gh-beacon/beacon-network-ui). +Backend repository is [here](https://github.com/ga4gh-beacon/beacon-network-backend). -For deploying both repositories at once you must use the [Docker implementation](https://github.com/elixir-europe/beacon-network-docker). +For deploying both repositories at once you must use the [Docker implementation](https://github.com/ga4gh-beacon/beacon-network-docker). diff --git a/docs/mainDocumentation/governanceModel.md b/docs/mainDocumentation/governanceModel.md index fa67502..7ddd14c 100644 --- a/docs/mainDocumentation/governanceModel.md +++ b/docs/mainDocumentation/governanceModel.md @@ -114,7 +114,7 @@ The official communication channels for user support and project discussions in - The Gitter messaging system channel for the ecosystem. -- Via issues in any of the [Beacon Network repositories](https://github.com/elixir-europe/beacon-network). +- Via issues in any of the [Beacon Network repositories](https://github.com/ga4gh-beacon/beacon-network). # 6. Support diff --git a/mkdocs.yaml b/mkdocs.yaml index ec68de1..a80bc6c 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -21,9 +21,9 @@ site_description: 'Website for the ELIXIR Beacon v2 Network Project' site_author: 'Sergi Aguiló Castillo, Michael Baudis & Beacon Network Developers' copyright: '© Copyright 2024, ELIXIR Beacon Developers' repo_name: 'beacon-network' -repo_url: https://github.com/elixir-europe/beacon-network +repo_url: https://github.com/ga4gh-beacon/beacon-network edit_uri: edit/main/docs/ -repo_icon: " [:fontawesome-brands-github:](https://github.com/elixir-europe/beacon-network/tree/main/docs)" +repo_icon: " [:fontawesome-brands-github:](https://github.com/ga4gh-beacon/beacon-network/tree/main/docs)" # ------------------- Mkdocs Configurattion and Extensions-------------------- #