Skip to content

Commit

Permalink
Merge pull request boto#2674 from kyleknap/docs-update
Browse files Browse the repository at this point in the history
Fix Amazon Cognito links in docs
  • Loading branch information
kyleknap committed Oct 16, 2014
2 parents 075d402 + ed73d4f commit 7c28577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Currently Supported Services
* :doc:`Simple Queue Service (SQS) <sqs_tut>` -- (:doc:`API Reference <ref/sqs>`) (Python 3)
* Simple Notification Service (SNS) -- (:doc:`API Reference <ref/sns>`) (Python 3)
* :doc:`Simple Email Service (SES) <ses_tut>` -- (:doc:`API Reference <ref/ses>`) (Python 3)
* Amazon Cognito Identity -- (:doc:`API Reference <ref/cognito-identity`) (Python 3)
* Amazon Cognito Sync -- (:doc:`API Reference <ref/cognito-sync`) (Python 3)
* Amazon Cognito Identity -- (:doc:`API Reference <ref/cognito-identity>`) (Python 3)
* Amazon Cognito Sync -- (:doc:`API Reference <ref/cognito-sync>`) (Python 3)

* **Monitoring**

Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests>=1.2.3,<=2.0.1
rsa==3.1.4
Sphinx==1.1.3
Sphinx>=1.1.3,<1.3
simplejson==3.5.2
argparse==1.2.1
paramiko>=1.10.0
Expand Down

0 comments on commit 7c28577

Please sign in to comment.