diff --git a/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs b/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs
index 8af9eee7..1293eb31 100644
--- a/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs
+++ b/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs
@@ -34,11 +34,12 @@ namespace Octokit.Reactive
/// The owner of the repository
/// The name of the repository
/// Options to change the API response
- ///
+ ///
/// See the API documentation for more information.
///
///
IObservable GetAll(string owner, string repositoryName, ApiOptions options);
+
///
/// Gets the build metadata for the last build for a given repository
///
diff --git a/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs b/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs
index 39e0bfa6..28d06ccc 100644
--- a/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs
+++ b/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs
@@ -59,7 +59,7 @@ namespace Octokit.Reactive
/// The owner of the repository
/// The name of the repository
/// Options to change the API response
- ///
+ ///
/// See the API documentation for more information.
///
///