Skip to content

Commit 656cc62

Browse files
committed
Add links to GitHub repo to readme and package manifest
1 parent db25214 commit 656cc62

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import PackageDescription
55
/// sorted according to a given sort predicate.
66
///
77
/// - Author: Ole Begemann
8+
/// - Seealso: https://github.com/ole/SortedArray
89
/// - Seealso: https://blog/2017/02/sorted-array/
910
///
1011
let package = Package(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Provides the `SortedArray` type, an array that keeps its elements sorted accordi
66

77
Written by Ole Begemann, February 2017.
88

9-
For more info, see my accompanying [blog article](https://oleb.net/blog/2017/02/sorted-array/).
9+
For more info, see the [GitHub repo](https://github.com/ole/SortedArray) and my accompanying [blog article](https://oleb.net/blog/2017/02/sorted-array/).
1010

1111
## Status
1212

0 commit comments

Comments
 (0)