You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ information to effectively respond to your bug report or contribution.
11
11
12
12
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
13
13
14
-
When filing an issue, please check [existing open](https://github.com/alexa-labs/alexa-apis-for-python/issues), or [recently closed](https://github.com/alexa-labs/alexa-apis-for-python/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
14
+
When filing an issue, please check [existing open](https://github.com/alexa/alexa-apis-for-python/issues), or [recently closed](https://github.com/alexa/alexa-apis-for-python/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
15
15
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
16
16
17
-
* A reproducible test case or series of steps, using the [Alexa Skills Kit Python SDK](https://github.com/alexa-labs/alexa-skills-kit-sdk-for-python)
17
+
* A reproducible test case or series of steps, using the [Alexa Skills Kit Python SDK](https://github.com/alexa/alexa-skills-kit-sdk-for-python)
18
18
* The version of our code being used
19
19
* Any modifications you've made relevant to the bug
20
20
* Anything unusual about your environment or deployment
@@ -39,6 +39,6 @@ If you discover a potential security issue in this project we ask that you notif
39
39
40
40
## Licensing
41
41
42
-
See the [LICENSE](https://github.com/alexa-labs/alexa-apis-for-python/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
42
+
See the [LICENSE](https://github.com/alexa/alexa-apis-for-python/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
43
43
44
44
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
Copy file name to clipboardExpand all lines: README.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Alexa APIs for Python
5
5
6
6
The **Alexa APIs for Python** consists of python classes that represent the
7
7
request and response JSON of Alexa services. These models act as a core
8
-
dependency for the `Alexa Skills Kit Python SDK (Beta) <https://github.com/alexa-labs/alexa-skills-kit-sdk-for-python>`__.
8
+
dependency for the `Alexa Skills Kit Python SDK <https://github.com/alexa/alexa-skills-kit-sdk-for-python>`__.
9
9
10
10
These model classes are auto-generated using the `JSON schemas <https://developer.amazon.com/docs/custom-skills/request-and-response-json-reference.html>`__
0 commit comments