From b8e48bfd714e984968590e4f5ea5695b2ef921f8 Mon Sep 17 00:00:00 2001 From: rmanaem Date: Fri, 3 Nov 2023 16:36:37 -0400 Subject: [PATCH] Updated README.md and workflow files to reference `main` instead of `master` --- .github/workflows/cd.yaml | 2 +- .github/workflows/codespell.yml | 4 ++-- README.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 678f8e51..72eb7cab 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -3,7 +3,7 @@ name: cd on: push: branches: - - master + - main workflow_dispatch: jobs: diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 6f32efea..3bda7023 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -3,9 +3,9 @@ name: Codespell on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: codespell: diff --git a/README.md b/README.md index 6b885199..3439c3cc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@
-[Neurobagel's](https://www.neurobagel.org/) annotation tool takes BID-style [phenotypic data](https://github.com/neurobagel/annotation_tool/blob/master/cypress/fixtures/examples/good/ds003653_participant.tsv) and [corresponding data description files](https://github.com/neurobagel/annotation_tool/blob/master/cypress/fixtures/examples/good/ds003653_participant.json) and gives users the ability to annotate their data using the Neurobagel data model for preparation to inject that modeled data into Neurobagel's graph database for [federated querying](https://github.com/neurobagel/query-tool). +[Neurobagel's](https://www.neurobagel.org/) annotation tool takes BID-style [phenotypic data](https://github.com/neurobagel/annotation_tool/blob/main/cypress/fixtures/examples/good/ds003653_participant.tsv) and [corresponding data description files](https://github.com/neurobagel/annotation_tool/blob/main/cypress/fixtures/examples/good/ds003653_participant.json) and gives users the ability to annotate their data using the Neurobagel data model for preparation to inject that modeled data into Neurobagel's graph database for [federated querying](https://github.com/neurobagel/query-tool). The annotation tool is a Vue application, developed in [JavaScript](https://www.javascript.com/) using a variety of tools including [Nuxt](https://nuxtjs.org/), [Cypress](https://www.cypress.io/), and [BootstrapVue](https://bootstrap-vue.org/docs). @@ -181,8 +181,8 @@ Click the download annotated data button to do ## Testing -The Annotation tool uses [Cypress](https://www.cypress.io/) for integration, component, and unit testing. See the [cypress folder](https://github.com/neurobagel/annotation_tool/tree/master/cypress) for tests, custom commands, and test data. +The Annotation tool uses [Cypress](https://www.cypress.io/) for integration, component, and unit testing. See the [cypress folder](https://github.com/neurobagel/annotation_tool/tree/main/cypress) for tests, custom commands, and test data. ## License -The Neurobagel Annotation tool uses the [MIT License](https://github.com/neurobagel/annotation_tool/blob/master/LICENSE). +The Neurobagel Annotation tool uses the [MIT License](https://github.com/neurobagel/annotation_tool/blob/main/LICENSE).