boto / boto

For the latest version of boto, see https://github.com/boto/boto3 -- Python interface to Amazon Web Services
http://docs.pythonboto.org/
Other
6.48k stars 2.26k forks source link

Wrong hyperlinks in Layer-1 documentation of Redshift #3416

Open Dawny33 opened 8 years ago

Dawny33 commented 8 years ago

All the hyperlinks in the documentations in this page have wrong re-direction links.

For example, the text Amazon Redshift Getting Started Guide should redirect to: http://docs.aws.amazon.com/redshift/latest/gsg/getting-started.html

Instead, it re-directs to: http://docs.pythonboto.org/en/latest/ref/redshift.html#id11

This behavior is being exhibited by all the hyperlinks in the documentation.

kmarekspartz commented 8 years ago

@Dawny33, those links are set in https://github.com/boto/boto/blob/develop/boto/redshift/layer1.py

Can you update that file and send a pull request?