Skip to content

Commit

Permalink
Fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
KenwoodFox committed Jan 10, 2024
1 parent dcb3966 commit 37c69c2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
overwrite: true
prerelease: true
#
body: "Kitsune Scientific, Automated with github ci/cd."
body: "Kitsune Robotics, Automated with github ci/cd."
file_glob: true
2 changes: 1 addition & 1 deletion .github/workflows/hardware_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ jobs:
overwrite: true
prerelease: true
#
body: "Kitsune Scientific, Automated with github ci/cd."
body: "Kitsune Robotics, Automated with github ci/cd."
file_glob: true
2 changes: 1 addition & 1 deletion Hardware/CANIO/CANIO.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(title_block
(title "CANIO")
(rev "${REVISION}")
(company "Kitsune Scientific")
(company "Kitsune Robotics")
)
(lib_symbols
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Docs](https://github.com/KenwoodFox/CANIO/actions/workflows/docs_workflow.yml/badge.svg)](https://github.com/KenwoodFox/CANIO/actions/workflows/docs_workflow.yml)
[![Hardware](https://github.com/KenwoodFox/CANIO/actions/workflows/hardware_workflow.yml/badge.svg)](https://github.com/KenwoodFox/CANIO/actions/workflows/hardware_workflow.yml)
[![Firmware](https://github.com/KenwoodFox/CANIO/actions/workflows/firmware_workflow.yml/badge.svg)](https://github.com/KenwoodFox/CANIO/actions/workflows/firmware_workflow.yml)
[![Docs](https://github.com/Kitsune-Robotics/CANIO/actions/workflows/docs_workflow.yml/badge.svg)](https://github.com/Kitsune-Robotics/CANIO/actions/workflows/docs_workflow.yml)
[![Hardware](https://github.com/Kitsune-Robotics/CANIO/actions/workflows/hardware_workflow.yml/badge.svg)](https://github.com/Kitsune-Robotics/CANIO/actions/workflows/hardware_workflow.yml)
[![Firmware](https://github.com/Kitsune-Robotics/CANIO/actions/workflows/firmware_workflow.yml/badge.svg)](https://github.com/Kitsune-Robotics/CANIO/actions/workflows/firmware_workflow.yml)


# CANIO
Expand All @@ -9,14 +9,14 @@

This repo contains all the firmware and hardware for the CANIO.

If you're looking for the latest docs/builds, see our [Releases Page](https://github.com/KenwoodFox/CANIO/releases).
If you're looking for the latest docs/builds, see our [Releases Page](https://github.com/Kitsune-Robotics/CANIO/releases).

# Getting Started

First, clone this repo (and optionally checkout a branch)

```shell
git clone https://github.com/KenwoodFox/CANIO.git
git clone https://github.com/Kitsune-Robotics/CANIO.git
cd CANIO
```

Expand Down

0 comments on commit 37c69c2

Please sign in to comment.