Skip to content

Commit

Permalink
Fix links to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
p2 committed Jul 20, 2016
1 parent ab0d58a commit 683af44
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Sources/HealthKit/ActivityCollector.swift
Expand Up @@ -24,6 +24,8 @@ import SMART

/**
Class that uses both `HealthKitReporter` and `CoreMotionReporter` to retrieve activity data from both stores.
See [HealthKit/README.md](https://github.com/C3-PRO/c3-pro-ios-framework/tree/master/Sources/HealthKit#activity-reporter) for detailed instructions.
*/
public class ActivityCollector: ActivityReporter {

Expand Down
2 changes: 1 addition & 1 deletion Sources/HealthKit/ActivityReporter.swift
Expand Up @@ -25,7 +25,7 @@ import SMART
/**
Protocol to which activity reporters/collectors should adhere.
See [HealthKit/README.md](https://github.com/C3-PRO/c3-pro-ios-framework/tree/master/Sources/HealthKit#activityreporter) for detailed instructions.
See [HealthKit/README.md](https://github.com/C3-PRO/c3-pro-ios-framework/tree/master/Sources/HealthKit#activity-reporter) for detailed instructions.
*/
public protocol ActivityReporter {

Expand Down
2 changes: 1 addition & 1 deletion Sources/HealthKit/CoreMotionReporter.swift
Expand Up @@ -26,7 +26,7 @@ import SMART
/**
Dumps latest activity data from CoreMotion to a SQLite database and returns previously archived activity data.
See [HealthKit/README.md](https://github.com/C3-PRO/c3-pro-ios-framework/tree/master/Sources/HealthKit#coremotiondatapersistence) for detailed instructions.
See [HealthKit/README.md](https://github.com/C3-PRO/c3-pro-ios-framework/tree/master/Sources/HealthKit#core-motion-data-persistence) for detailed instructions.
*/
public class CoreMotionReporter: ActivityReporter {

Expand Down
2 changes: 1 addition & 1 deletion Sources/HealthKit/HealthKitReporter.swift
Expand Up @@ -26,7 +26,7 @@ import SMART
/**
Convenience class querying HealthKit and CoreMotion for activity data.
See [HealthKit/README.md](https://github.com/C3-PRO/c3-pro-ios-framework/tree/master/Sources/HealthKit#activityreporter) for detailed instructions.
See [HealthKit/README.md](https://github.com/C3-PRO/c3-pro-ios-framework/tree/master/Sources/HealthKit#activity-reporter) for detailed instructions.
*/
public class HealthKitReporter: ActivityReporter {

Expand Down

0 comments on commit 683af44

Please sign in to comment.