Skip to content

Commit fd41caf

Browse files
docs: Updated README.md
1 parent 4cf0a50 commit fd41caf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Documentation for the project can be found be appended /docs to the url
1212
All HTML requests that are sent in the project can be seen by appending /swag
1313

1414
This project uses Python, [FastAPI](https://fastapi.tiangolo.com/), HTML/CSS, and Javascript.
15-
See it live [here](http://jumpstart-cubed.cs.house/)!
15+
See it live [here](https://jumpstart.csh.rit.edu)!
1616

1717
## Installing
1818
1. Clone and cd into the repo: git clone https://github.com/WeatherGod3218/jumpstartV2

tests/src/core/test_slack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def import_slack_module(monkeypatch) -> object:
1111
monkeypatch: The pytest monkeypatch fixture.
1212
1313
Returns:
14-
object: The imported config module.
14+
object: The imported config module.
1515
"""
1616

1717
monkeypatch.setenv("SLACK_API_TOKEN", "test-token")

0 commit comments

Comments
 (0)