Skip to content

Commit 9b1cb29

Browse files
committed
Merge branch 'master' into new-license-agreement
2 parents ec58935 + 72392d4 commit 9b1cb29

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
_build/
33
._buildhtml/
44
.vscode/
5+
._buildhtml/
56
/.vs/slnx.sqlite
67
/.vs/slnx.sqlite-journal
78
/.vs/firely-docs/v16/.suo

conf.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'Forge'
21-
copyright = '2023, Firely'
21+
copyright = '2024, Firely'
2222
author = 'Firely'
2323

2424

@@ -31,6 +31,10 @@
3131

3232
intersphinx_mapping = {
3333
'main_docs': ('https://docs.fire.ly', None),
34+
'firely_terminal_docs': ('https://docs.fire.ly/projects/Firely-Terminal/', None),
35+
'firely_net_sdk_docs': ('https://docs.fire.ly/projects/Firely-NET-SDK/en/latest/', None),
36+
'firely_server_docs': ('https://docs.fire.ly/projects/Firely-Server/en/latest/', None),
37+
'simplifier_docs': ('https://docs.fire.ly/projects/Simplifier/', None)
3438
}
3539

3640
# Add any paths that contain templates here, relative to this directory.

features/QualityControl.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ In the Forge **Community Edition** you can only run **free** rules.
99
Introduction
1010
------------
1111

12-
Please visit the `Simplifier
13-
documentation <https://docs.fire.ly/projects/Simplifier/simplifierQualityControl.html>`__
12+
Please visit the :ref:`Simplifier
13+
documentation <simplifier_docs:QC>`
1414
for an introduction to Quality Control: Validating FHIR Projects.
1515

1616
You can access Quality Control from the **Quality Control** toolbar

0 commit comments

Comments
 (0)