Skip to content

Commit

Permalink
Fix broken PyGithub link in github provider doc (#27055)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay-samsung authored Oct 17, 2022
1 parent 4dd3c6a commit d370362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-github/operators/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Use the :class:`~airflow.providers.github.operators.GithubOperator` to execute
Operations in a `GitHub <https://www.github.com/>`__.

You can build your own operator using :class:`~airflow.providers.github.operators.GithubOperator`
and passing **github_method** and **github_method_args** from top level `PyGithub <https://www.pygithub.readthedocs.io/>`__ methods.
and passing **github_method** and **github_method_args** from top level `PyGithub <https://pygithub.readthedocs.io/>`__ methods.
You can further process the result using **result_processor** Callable as you like.

An example of Listing all Repositories owned by a user, **client.get_user().get_repos()** can be implemented as following:
Expand Down

0 comments on commit d370362

Please sign in to comment.