Skip to content

Source Code links broken in doc site #1602

@quartzmo

Description

@quartzmo

Steps to reproduce

  1. Navigate to a docs page for a release using the new tag notation (<package>-<version>). For example:
    https://googlecloudplatform.github.io/google-cloud-node/#/docs/datastore/0.3.0/datastore

  2. Click any "Source Code" link in the page.
    image

    For example:
    https://github.com/GoogleCloudPlatform/google-cloud-node/blob/0.3.0/packages/datastore/src/index.js#L305

    Result is 404. Correct URL should be:

    https://github.com/GoogleCloudPlatform/google-cloud-node/blob/datastore-0.3.0/packages/datastore/src/index.js#L305

This issue is the same as googleapis/google-cloud-ruby#908, reported by @omaray. I am guessing that the fix will involve updating the GoogleCloudPlatform/gcloud-common site.

Metadata

Metadata

Assignees

Labels

type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions