Skip to content

Commit 6e195a8

Browse files
Merge pull request #178 from CodeForPhilly/add_user_docs
Docs: Add links to user docs
2 parents f5faf04 + fcd390e commit 6e195a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Join our [Code For Philly](https://codeforphilly.org/projects/chime) project or
1212

1313
## Documentation
1414

15+
- [User Documentation](https://code-for-philly.gitbook.io/chime/)
1516
- [Getting Started: Try Online](https://codeforphilly.github.io/chime/getting-started/try-online.html)
1617
- [Getting Started: Run Locally](https://codeforphilly.github.io/chime/getting-started/run-locally.html)
1718
- [Contributing: Overview](https://codeforphilly.github.io/chime/CONTRIBUTING.html)

src/penn_chime/presentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def display_header(
5656
)
5757
st.markdown(
5858
"""*This tool was developed by the [Predictive Healthcare team](http://predictivehealthcare.pennmedicine.org/) at
59-
Penn Medicine. For questions and comments please see our
59+
Penn Medicine. For questions on how to use this tool see the [User docs](https://code-for-philly.gitbook.io/chime/). For questions and comments please see our
6060
[contact page](http://predictivehealthcare.pennmedicine.org/contact/). Code can be found on [Github](https://github.com/CodeForPhilly/chime).
6161
Join our [Slack channel](https://codeforphilly.org/chat?channel=covid19-chime-penn) if you would like to get involved!*"""
6262
)

0 commit comments

Comments
 (0)