<package>-<version>). For example:Click any "Source Code" link in the page.

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:
This issue is the same as GoogleCloudPlatform/google-cloud-ruby#908, reported by @omaray. I am guessing that the fix will involve updating the GoogleCloudPlatform/gcloud-common site.
Ahh! Good find.. I think we're going to need a way to generate the correct tag name. Does everyone follow the {package}-{version} format?
Otherwise maybe we want to add the tag name to the toc.json file? Thoughts? @quartzmo @dwsupplee, @jdpedrie
We use a slash separator: {package}/{version} (I think the precedent we follow is git flow. Anyway, it is allowed.) Also, our package names are longer: google-cloud-datastore.
Ok, well I think it might be easier/safer to just add the tag name to the toc.json? Otherwise we could just add some conditional logic in the app to try and guess it based on the language.
Tag name in toc.json sounds ok to me.
We're not going to be able to split google-cloud-php into multiple packages for the foreseeable future, so allowing it to be configurable so we can opt out entirely makes the most sense to me.
Configurable sounds best to me as well