Skip to content

Commit d777903

Browse files
committed
Update URLs after repo migration
1 parent ef0b531 commit d777903

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
url = https://github.com/p2/OAuth2.git
44
[submodule "Swift-FHIR"]
55
path = Swift-FHIR
6-
url = https://github.com/p2/Swift-FHIR.git
6+
url = https://github.com/smart-on-fhir/Swift-FHIR.git

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Building the framework requires Xcode 6 or later.
88
We have a simple [medication list](https://github.com/p2/SoF-MedList) sample app so you can see how you use the framework.
99

1010
The first versions of this framework did not contain auto-generated classes, hence some parts are still manually implemented as opposed to using actual FHIR resources.
11-
Examples are retrieving the SMART server's conformance statement (only recently migrated to reading a `Conformance` resource) and the missing `Bundle` elements.
11+
As such the `Bundle` resource is still missing, all data is retrieved via a REST API.
1212

1313

1414
Installation
@@ -17,7 +17,7 @@ Installation
1717
Use `git` to obtain the framework.
1818
Using Terminal.app, navigate to your project directory and execute:
1919

20-
$ git clone --recursive https://github.com/p2/SMART-on-FHIR-Cocoa
20+
$ git clone --recursive https://github.com/smart-on-fhir/SMART-on-FHIR-Cocoa
2121

2222
This will download the latest codebase and all dependencies.
2323
Once this process completes open your app project in Xcode and add `SMART-on-FHIR.xcodeproj`.

0 commit comments

Comments
 (0)