Skip to content

Commit

Permalink
Incorrect anchor link to add-create-membership
Browse files Browse the repository at this point in the history
the documentation previously linked to an anchor that didn't exist
  • Loading branch information
brntbeer authored Jun 7, 2017
1 parent c3aa3e0 commit 1091131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/octokit/client/organizations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ def team_membership(team_id, user, options = {})
#
# @return [Sawyer::Resource] Hash of team membership info
#
# @see https://developer.github.com/v3/orgs/teams/#add-team-membership
# @see https://developer.github.com/v3/orgs/teams/#add-or-update-team-membership
#
# @example Check if a user has a membership for a team
# @client.add_team_membership(1234, 'pengwynn')
Expand Down

0 comments on commit 1091131

Please sign in to comment.