Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Updating links #116

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This library is intended to be used with the Python version of Google Cloud
Endpoints. If you'd like to learn more about Google Cloud Endpoints, please
visit our [documentation][6]. To run each of these samples, you should include
visit our [documentation][https://cloud.google.com/appengine/docs/python/endpoints/]. To run each of these samples, you should include
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This didn't need to be changed since [6] was updated below.

the `endpoints_proto_datastore` [folder][7] included with this project.

By extending the functionality provided by `ndb.Model` class and the
Expand Down Expand Up @@ -123,10 +123,10 @@ dirname `readlink \`which dev_appserver.py\``
[3]: http://docs.python.org/2/tutorial/modules.html#importing-from-a-package
[4]: https://github.com/GoogleCloudPlatform/endpoints-proto-datastore/blob/master/CONTRIB.md
[5]: https://github.com/GoogleCloudPlatform/endpoints-proto-datastore/blob/master/LICENSE
[6]: https://developers.google.com/appengine/docs/python/endpoints/
[6]: https://cloud.google.com/appengine/docs/python/endpoints/
[7]: https://github.com/GoogleCloudPlatform/endpoints-proto-datastore/tree/master/endpoints_proto_datastore
[8]: https://developers.google.com/appengine/docs/python/tools/appengineconfig
[9]: https://developers.google.com/appengine/docs/python/gettingstartedpython27/devenvironment
[8]: https://cloud.google.com/appengine/docs/python/tools/appengineconfig
[9]: https://cloud.google.com/appengine/docs/python/gettingstartedpython27/devenvironment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[10]: https://github.com/GoogleCloudPlatform/endpoints-proto-datastore/blob/master/endpoints_proto_datastore/endpoints_proto_datastore_test_runner.py
[11]: http://twistedmatrix.com/trac/browser/trunk/LICENSE
[12]: http://stackoverflow.com/questions/ask?tags=endpoints-proto-datastore
Expand Down