Skip to content

Update Endpoints Migration Sample #661

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 11, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Updated URLs for v1 endpoints docs to legacy location
  • Loading branch information
Frank Natividad committed May 9, 2017
commit 2e22e5aec29c601e38372bc84099234803cf9f0c
4 changes: 2 additions & 2 deletions appengine/endpoints-frameworks-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The new Google Cloud Endpoints Frameworks for App Engine provides
It's recommended that you migrate projects using the prior version of [Cloud Endpoints Frameworks][1].


[1]: https://cloud.google.com/appengine/docs/java/endpoints/
[2]: https://cloud.google.com/appengine/docs/java/endpoints/migrating
[1]: https://cloud.google.com/endpoints/docs/frameworks/legacy/v1/java
[2]: https://cloud.google.com/endpoints/docs/frameworks/legacy/v1/java/migrating
[3]: https://cloud.google.com/endpoints/docs/frameworks/java/about-cloud-endpoints-frameworks
[4]: https://cloud.google.com/endpoints/docs/frameworks/java/quickstart-frameworks-java
4 changes: 2 additions & 2 deletions appengine/endpoints-frameworks-v2/migration-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ process is explained [here][8] and a quickstart is provided [here][9].

[1]: https://cloud.google.com/appengine/docs/java/
[2]: http://java.com/en/
[3]: https://cloud.google.com/appengine/docs/java/endpoints/
[3]: https://cloud.google.com/endpoints/docs/frameworks/legacy/v1/java
[4]: https://cloud.google.com/appengine/docs/java/tools/maven
[5]: http://localhost:8080/
[6]: https://console.developers.google.com/project/_/apiui/credential
[7]: https://cloud.google.com/appengine/docs/java/endpoints/migrating
[7]: https://cloud.google.com/endpoints/docs/frameworks/legacy/v1/java/migrating
[8]: https://cloud.google.com/endpoints/docs/frameworks/java/about-cloud-endpoints-frameworks
[9]: https://cloud.google.com/endpoints/docs/frameworks/java/quickstart-frameworks-java
[10]: https://github.com/GoogleCloudPlatform/endpoints-framework-maven-plugin
Expand Down