Skip to content

Commit

Permalink
docs: fix several broken links in the docs.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 314787285
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 4, 2020
1 parent 1db88f2 commit 8f41c69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion google/devtools/clouderrorreporting/v1beta1/common.proto
Expand Up @@ -50,7 +50,7 @@ message ErrorGroup {
// Information related to tracking the progress on resolving the error.
message TrackingIssue {
// A URL pointing to a related entry in an issue tracking system.
// Example: https://github.com/user/project/issues/4
// Example: `https://github.com/user/project/issues/4`
string url = 1;
}

Expand Down
Expand Up @@ -57,14 +57,12 @@ service ErrorGroupService {

// A request to return an individual group.
message GetGroupRequest {
// Required. The group resource name. Written as
// <code>projects/<var>projectID</var>/groups/<var>group_name</var></code>.
// Call
// <a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list">
// <code>groupStats.list</code></a> to return a list of groups belonging to
// this project.
// The group resource name. Written as
// `projects/{projectID}/groups/{group_name}`. Call
// [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list)
// to return a list of groups belonging to this project.
//
// Example: <code>projects/my-project-123/groups/my-group</code>
// Example: `projects/my-project-123/groups/my-group`
string group_name = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
Expand Down

0 comments on commit 8f41c69

Please sign in to comment.