diff --git a/.gitmodules b/.gitmodules index fc71ef2..628971a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "sources/cumulus-etl"] path = sources/cumulus-etl url = https://github.com/smart-on-fhir/cumulus-etl.git +[submodule "sources/chart-review"] + path = sources/chart-review + url = https://github.com/smart-on-fhir/chart-review.git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 14d0fdb..9c0ea19 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,6 +45,7 @@ This way, docs can update as code changes more easily. - https://docs.smarthealthit.org/cumulus/ - https://docs.smarthealthit.org/cumulus/etl/ - https://docs.smarthealthit.org/cumulus/library/ + - https://docs.smarthealthit.org/cumulus/chart-review/ - That rule is designed to allow each repo to move files around at will, without breaking the world. But don't rename files willy-nilly, since any links out there on the web or user bookmarks/history might break if a filename changes. diff --git a/README.md b/README.md index aa19782..0b42260 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,4 @@ When in doubt, you can post questions and suggestions here. But there are other useful repos that host separate pieces of Cumulus: - Cumulus ETL: the [cumulus-etl](https://github.com/smart-on-fhir/cumulus-etl) project - Cumulus Library: the [cumulus-library](https://github.com/smart-on-fhir/cumulus-library) project +- Chart Review: the [chart-review](https://github.com/smart-on-fhir/chart-review) project diff --git a/docs/_includes/nav_footer_custom.html b/docs/_includes/nav_footer_custom.html index 4138e8d..4fcf396 100644 --- a/docs/_includes/nav_footer_custom.html +++ b/docs/_includes/nav_footer_custom.html @@ -1,8 +1,8 @@