diff --git a/clients/translate/README.md b/clients/translate/README.md index a983c5b430..f83cc699f1 100644 --- a/clients/translate/README.md +++ b/clients/translate/README.md @@ -1,8 +1,9 @@ # GoogleApi.Translate -Cloud Translation API client library. +Google Cloud Translation API client library. -Integrates text translation into your website or application. +The Google Cloud Translation API lets websites and programs integrate with + Google Translate programmatically. ## Installation @@ -17,7 +18,7 @@ end ## For more information -Product documentation is available at [https://cloud.google.com/translate/docs/quickstarts](https://cloud.google.com/translate/docs/quickstarts). +Product documentation is available at [https://code.google.com/apis/language/translate/v2/getting_started.html](https://code.google.com/apis/language/translate/v2/getting_started.html). Library reference documentation is published on Hexdocs at [https://hexdocs.pm/google_api_translate](https://hexdocs.pm/google_api_translate). diff --git a/clients/translate/mix.exs b/clients/translate/mix.exs index 02ac1ca213..24abfe6d74 100644 --- a/clients/translate/mix.exs +++ b/clients/translate/mix.exs @@ -48,7 +48,8 @@ defmodule GoogleApi.Translate.Mixfile do defp description() do """ - Cloud Translation API client library. Integrates text translation into your website or application. + Google Cloud Translation API client library. The Google Cloud Translation API lets websites and programs integrate with + Google Translate programmatically. """ end @@ -59,7 +60,7 @@ defmodule GoogleApi.Translate.Mixfile do licenses: ["Apache 2.0"], links: %{ "GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/translate", - "Homepage" => "https://cloud.google.com/translate/docs/quickstarts" + "Homepage" => "https://code.google.com/apis/language/translate/v2/getting_started.html" } ] end