kidok / protobuf

Automatically exported from code.google.com/p/protobuf
0 stars 0 forks source link

Broken link to documentation on "UserGuide" wiki page on code.google.com #612

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Go to the wiki index at
https://code.google.com/p/protobuf/w/list

Look for the Documentation
  There is only one suitable choice in the index, the wiki page
  "UserGuide" titled "User-oriented documentation for Protocol Buffers"
  so use the link to https://code.google.com/p/protobuf/wiki/UserGuide

What is the expected output? What do you see instead?

  You could expect to see documentation, but see a link to where it could be found;

Problem:
  That link is broken (404):
  http://code.google.com/apis/protocolbuffers/docs/overview.html

(Note the link "Documentation" on the main project page works fine,
but it is about the "Developer Guide".)

Original issue reported on code.google.com by VolkerSi...@gmail.com on 5 Mar 2014 at 1:33

GoogleCodeExporter commented 9 years ago
I just updated the link to the correct address:
https://developers.google.com/protocol-buffers/docs/overview

Note that although it's titled "Developer Guide" the content is indeed about 
protobufs...

Original comment by xiaof...@google.com on 6 Mar 2014 at 7:07