Skip to content

Commit

Permalink
Fix docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
mryanmurphy committed Oct 18, 2022
1 parent d390b6b commit b022286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Octokit/Models/Request/NewRelease.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Octokit
/// Used to create a new release.
/// </summary>
/// <remarks>
/// API: https://docs.github.com/en/rest/releases/releases#create-a-release
/// API: https://docs.github.com/rest/releases/releases#create-a-release
/// </remarks>
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public class NewRelease
Expand Down
2 changes: 1 addition & 1 deletion Octokit/Models/Request/ReleaseUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Octokit
/// Used to update a release.
/// </summary>
/// <remarks>
/// API: https://docs.github.com/en/rest/releases/releases#update-a-release
/// API: https://docs.github.com/rest/releases/releases#update-a-release
/// </remarks>
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public class ReleaseUpdate
Expand Down
2 changes: 1 addition & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ newRelease.Name = releaseNotes.Name;
newRelease.Body = releaseNotes.Body;
```

This feature can be customized at the repository level, by following [these instructions](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes).
This feature can be customized at the repository level, by following [these instructions](https://docs.github.com/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes).

### Update

Expand Down

0 comments on commit b022286

Please sign in to comment.