Skip to content

Commit f33dec6

Browse files
mhaddynikhilym
authored andcommitted
Fixed broken URL links (#119)
* Fixed broken URL links Incorrect reStructuredText was breaking most of the URLs preventing someone from clicking on the link (characters %3E%60 were added to the hyperlink). * Update README.rst Remove space from the first line, and reversed my changed in the reStructured text formatting per comments thread. * Update README.rst Added required underscores following the backquotes for URL formatting.
1 parent 159092c commit f33dec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ask-sdk-core/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
====================================================
1+
====================================================
22
ASK SDK Core - Base components of Python ASK SDK
33
====================================================
44

@@ -48,5 +48,5 @@ Got Feedback?
4848

4949
- We would like to hear about your bugs, feature requests, questions or quick feedback.
5050
Please search for the `existing issues <https://github.com/alexa/alexa-skills-kit-sdk-for-python/issues>`_ before opening a new one. It would also be helpful
51-
if you follow the templates for issue and pull request creation. Please follow the `contributing guidelines <https://github.com/alexa/alexa-skills-kit-sdk-for-python/blob/master/CONTRIBUTING.md>`_!!
51+
if you follow the templates for issue and pull request creation. Please follow the `contributing guidelines <https://github.com/alexa/alexa-skills-kit-sdk-for-python/blob/master/CONTRIBUTING.md>`_!
5252
- Request and vote for `Alexa features <https://alexa.uservoice.com/forums/906892-alexa-skills-developer-voice-and-vote>`_!

0 commit comments

Comments
 (0)