Skip to content

Commit 0f4b395

Browse files
committed
Point sfs-switchboard url to current repo name
1 parent 711c74f commit 0f4b395

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Deploying.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We currently use two hosting services for our production applications: uWSGI and
2525
### systemd apps
2626
* [Metabase](https://github.com/seattleflu/backoffice/tree/master/metabase)
2727
* [Lab Labels](https://github.com/seattleflu/backoffice/tree/master/lab-labels)
28-
* [SFS Switchboard](https://github.com/seattleflu/backoffice/tree/master/sfs-switchboard)
28+
* [SFS Switchboard](https://github.com/seattleflu/backoffice/tree/master/switchboard)
2929

3030

3131
## Recurring deployments
@@ -250,7 +250,7 @@ Note: these deployment steps assume you're using Pipenv for dependency managemen
250250
/etc/systemd/system/%: %
251251
@install -cv $< $@
252252
```
253-
See the [sfs-switchboard Makefile](https://github.com/seattleflu/backoffice/blob/master/sfs-switchboard/Makefile) as an example.
253+
See the [sfs-switchboard Makefile](https://github.com/seattleflu/backoffice/blob/master/switchboard/Makefile) as an example.
254254
* A systemd service file named `{app-name}.service` that contains:
255255
```ini
256256
[Unit]
@@ -268,7 +268,7 @@ Note: these deployment steps assume you're using Pipenv for dependency managemen
268268
[Install]
269269
WantedBy=default.target
270270
```
271-
See the [sfs Switchboard service file](https://github.com/seattleflu/backoffice/blob/master/sfs-switchboard/sfs-switchboard.service) as an example.
271+
See the [SFS Switchboard service file](https://github.com/seattleflu/backoffice/blob/master/switchboard/sfs-switchboard.service) as an example.
272272
273273
6. Update [backoffice] repo documentation README pointing to the newly created directory from the previous step.
274274
7. Deploy the [backoffice] repo changes.
@@ -309,4 +309,4 @@ Note: these deployment steps assume you're using Pipenv for dependency managemen
309309
[Pipenv]:https://pipenv.readthedocs.io/en/latest/
310310
[specimen-manifests]:https://github.com/seattleflu/specimen-manifests
311311
[husky-musher]: https://github.com/seattleflu/husky-musher
312-
[sfs-switchboard]: https://github.com/seattleflu/sfs-switchboard
312+
[sfs-switchboard]: https://github.com/seattleflu/switchboard

Infrastructure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ _Internal tooling_
2121
* Production [ID3C API](https://github.com/seattleflu/id3c) at `/production/api`
2222
* [Metabase](https://metabase.com) at `/metabase`
2323
* [Lab Labels](https://github.com/tsibley/Lab-Labels) at `/labels`
24-
* [SFS Switchboard](https://github.com/seattleflu/sfs-switchboard) at `/switchboard`
24+
* [SFS Switchboard](https://github.com/seattleflu/switchboard) at `/switchboard`
2525
* [Husky Musher](https://github.com/seattleflu/husky-musher) at `/husky-musher`
2626

2727
Hosted on an EC2 instance.
@@ -36,7 +36,7 @@ Configuration of interest includes
3636

3737
* [Lab Labels container config](https://github.com/seattleflu/backoffice/tree/master/lab-labels) (`/opt/backoffice/lab-labels`)
3838

39-
* [SFS Switchboard config](https://github.com/seattleflu/backoffice/tree/master/sfs-switchboard) (`/opt/backoffice/sfs-switchboard`)
39+
* [SFS Switchboard config](https://github.com/seattleflu/backoffice/tree/master/switchboard) (`/opt/backoffice/sfs-switchboard`)
4040

4141
* [Husky Musher config](https://github.com/seattleflu/backoffice/tree/master/husky-musher) (`/opt/backoffice/husky-musher`)
4242

SCAN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ Checklist
9191
[generate-pdfs]: https://github.com/seattleflu/backoffice/blob/master/bin/return-of-results/generate-pdfs
9292
[generate-results-csv]: https://github.com/seattleflu/backoffice/blob/master/bin/return-of-results/generate-results-csv
9393
[get_pdf_report()]: https://github.com/nkrumm/securelink/blob/d82a1871bcbaa7a90ea75b84a507e4cd6bcd8f30/app/__init__.py#L124
94-
[export-record-barcodes]: https://github.com/seattleflu/sfs-switchboard/blob/master/bin/export-record-barcodes
95-
[sfs-switchboard]: https://github.com/seattleflu/sfs-switchboard
94+
[export-record-barcodes]: https://github.com/seattleflu/switchboard/blob/master/bin/export-record-barcodes
95+
[sfs-switchboard]: https://github.com/seattleflu/switchboard
9696
[UW LabMed SecureLink portal]: https://securelink.labmed.uw.edu/scan
9797
[securelink GitHub repo]: https://github.com/nkrumm/securelink
9898
[SecureLink dev instance]: https://securelink.labmed-dev.uw.edu/scan

Welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ The [Seattle Flu Metabase] service is [documented here](https://github.com/seatt
195195

196196
### SFS Switchboard
197197
The [SFS Switchboard] is an internal tool built to speed up the lab's unboxing and quality control processes for recieved SCAN kits.
198-
The [source code](https://github.com/seattleflu/sfs-switchboard) is separate from the [deployment configuration](https://github.com/seattleflu/backoffice/blob/master/sfs-switchboard/README.md).
198+
The [source code](https://github.com/seattleflu/switchboard) is separate from the [deployment configuration](https://github.com/seattleflu/backoffice/blob/master/switchboard/README.md).
199199

200200
## Tools
201201
### Git

0 commit comments

Comments
 (0)