Skip to content

Commit

Permalink
docs: fix broken hyperlink to examples (#3730)
Browse files Browse the repository at this point in the history
* docs: fix broken hyperlink to examples

* docs: convert master to main in hyperlinks

Signed-off-by: emmanuel-ferdman <emmanuelferdman@gmail.com>

---------

Signed-off-by: emmanuel-ferdman <emmanuelferdman@gmail.com>
  • Loading branch information
emmanuel-ferdman committed Jul 3, 2023
1 parent f98e6d6 commit 7923d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/guide/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Code Examples
This section describes code examples that demonstrate how to use the AWS SDK
for Python to call various AWS services. The source files for the examples,
plus additional example programs, are available in the `AWS Code
Catalog <https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/python/example_code>`_.
Catalog <https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/python/example_code>`_.

To propose a new code example for the AWS documentation team to consider producing, create a new request.
The team is looking to produce code examples that cover broader scenarios and use cases,
versus simple code snippets that cover only individual API calls. For instructions, see
the "Proposing new code examples" section in the
`Readme on GitHub <https://github.com/awsdocs/aws-doc-sdk-examples/blob/master/README.rst>`_.
`Readme on GitHub <https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/README.md>`_.

Before running an example, your AWS credentials must be configured as
described in :doc:`quickstart`.
Expand Down

0 comments on commit 7923d26

Please sign in to comment.