Skip to content

Commit

Permalink
docs: change a relative URL to an absolute URL to fix broken links.
Browse files Browse the repository at this point in the history
googleapis/googleapis@4a6a01c
commit 4a6a01ce0ead505c245d11a2ce156de34800c58f
Author: Google APIs <noreply@google.com>
Date:   Fri Apr 3 09:40:35 2020 -0700

    docs: change a relative URL to an absolute URL to fix broken links.

    PiperOrigin-RevId: 304633630
  • Loading branch information
yoshi-automation authored and jskeet committed Apr 3, 2020
1 parent 1562223 commit bbccd6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4659,7 +4659,7 @@ public sealed partial class ImageContext : pb::IMessage<ImageContext> {
/// setting a hint will help get better results (although it will be a
/// significant hindrance if the hint is wrong). Text detection returns an
/// error if one or more of the specified languages is not one of the
/// [supported languages](/vision/docs/languages).
/// [supported languages](https://cloud.google.com/vision/docs/languages).
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public pbc::RepeatedField<string> LanguageHints {
Expand Down
6 changes: 3 additions & 3 deletions apis/Google.Cloud.Vision.V1/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"updateTime": "2020-04-03T17:20:00.000000Z",
"updateTime": "2020-04-03T17:30:44.576030Z",
"sources": [
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe"
"sha": "4a6a01ce0ead505c245d11a2ce156de34800c58f"
}
}
]
}
}

0 comments on commit bbccd6f

Please sign in to comment.