Skip to content

Commit 088219c

Browse files
[MAINT] update check links (#339)
* [MAINT] update checkkinks * update links * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update * fix * update links in contributors * fix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent beb407b commit 088219c

15 files changed

Lines changed: 68 additions & 60 deletions

File tree

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"commit": false,
88
"contributorsPerLine": 8,
99
"projectName": "eCobidas",
10-
"projectOwner": "Remi-Gau",
10+
"projectOwner": "ohbm",
1111
"repoType": "github",
1212
"repoHost": "https://github.com",
1313
"skipCi": true,

.github/workflows/check_md_links.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,10 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
21+
- uses: tcort/github-action-markdown-link-check@v1
22+
with:
23+
use-quiet-mode: yes
24+
# use-verbose-mode: no
25+
config-file: mlc_config.json
26+
folder-path: docs
27+
file-path: ./README.md

.github/workflows/update_spreadsheets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
jobs:
2020
update_spreadsheet:
2121
runs-on: ubuntu-latest
22-
if: github.repository_owner == 'Remi-Gau'
22+
if: github.repository_owner == 'ohbm'
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: 2
33

44
build:
5-
os: ubuntu-22.04
5+
os: ubuntu-24.04
66
tools:
77
python: '3.11'
88

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version: v1.0.0-dev
1313

1414
license: GPL-3.0
1515

16-
repository-code: https://github.com/Remi-Gau/eCobidas.git
16+
repository-code: https://github.com/ohbm/eCobidas.git
1717

1818
message: Please cite preferentially using the open science framework DOI.
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![All Contributors](https://img.shields.io/badge/all_contributors-22-orange.svg?style=flat-square)](#contributors-)
33
<!-- ALL-CONTRIBUTORS-BADGE:END -->
44

5-
![checklist](https://raw.githubusercontent.com/Remi-Gau/COBIDAS_chckls/main/docs/img/checklist.jpg)
5+
![checklist](https://raw.githubusercontent.com/ohbm/eCobidas/main/docs/img/checklist.jpg)
66

77
# COBIDAS guidelines checklist
88

docs/contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ hide:
3939
Otherwise you can open a new issue on the repository itself if there is
4040
something you would like to discuss directly here.
4141

42-
[Open an issue on GitHub](https://github.com/Remi-Gau/eCobidas/issues/new){ .md-button .md-button--primary }
42+
[Open an issue on GitHub](https://github.com/ohbm/eCobidas/issues/new){ .md-button .md-button--primary }
4343

4444
</div>

docs/contributing/contributing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ There are many ways in which you can contribute to this project.
55
We have a list of [milestones](../goals/goals.md) for the different features we would like to include in this project.
66

77
Those milestones have
8-
[several opened issues](https://github.com/Remi-Gau/eCobidas/issues) related to them:
8+
[several opened issues](https://github.com/ohbm/eCobidas/issues) related to them:
99
have a look through those issues to see if there is any of them where you think you can help.
1010

1111
We are also track the progress to our different goals
12-
using some of the integrated [kanban boards](https://github.com/Remi-Gau/eCobidas/projects) that github offers.
12+
using some of the integrated [kanban boards](https://github.com/ohbm/eCobidas/projects) that github offers.
1313

1414
## What to contribute
1515

@@ -35,7 +35,7 @@ If you are unsure where to start, we list some of the possibilities in the secti
3535
corresponding to a single item or a set of items of the checklist
3636
to automate methods writing once the checklist is completed.
3737

38-
[:octicons-arrow-right-24: Boilerplate related issues](https://github.com/Remi-Gau/eCobidas/issues?q=is%3Aissue+is%3Aopen+label%3Aboilerplate)
38+
[:octicons-arrow-right-24: Boilerplate related issues](https://github.com/ohbm/eCobidas/issues?q=is%3Aissue+is%3Aopen+label%3Aboilerplate)
3939

4040
- :fontawesome-solid-arrow-pointer:{ .lg .middle } **User interface**
4141

@@ -45,7 +45,7 @@ If you are unsure where to start, we list some of the possibilities in the secti
4545
and uses the [Vue framework](https://vuejs.org/) and this also needs a lot of tweaking,
4646
so if Javascript is cup of tea: [get in touch!](../contact.md)
4747

48-
[:octicons-arrow-right-24: UI related issues](https://github.com/Remi-Gau/eCobidas/issues?q=is%3Aissue+is%3Aopen+label%3Auser-interface)
48+
[:octicons-arrow-right-24: UI related issues](https://github.com/ohbm/eCobidas/issues?q=is%3Aissue+is%3Aopen+label%3Auser-interface)
4949

5050
- :material-magnify-expand:{ .lg .middle } **Documentation**
5151

@@ -55,6 +55,6 @@ If you are unsure where to start, we list some of the possibilities in the secti
5555
then it's most likely that we did not do a good enough job at explaining and describing it.
5656
[Get in touch](../contact.md) and we can work together to improve our documentation.
5757

58-
[:octicons-arrow-right-24: Documentation related issues](https://github.com/Remi-Gau/eCobidas/issues?q=is%3Aissue+is%3Aopen+label%3Adocumentation)
58+
[:octicons-arrow-right-24: Documentation related issues](https://github.com/ohbm/eCobidas/issues?q=is%3Aissue+is%3Aopen+label%3Adocumentation)
5959

6060
</div>

0 commit comments

Comments
 (0)