Bug 202066

Summary: Broken "VCS operations" link on "Resources for Committers" page
Product: Documentation Reporter: Raphael Kubo da Costa <rakuco>
Component: WebsiteAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: andipersti, brueffer
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fixes broken link none

Description Raphael Kubo da Costa freebsd_committer freebsd_triage 2015-08-03 21:12:52 UTC
https://www.freebsd.org/internal/developer.html contains a link to a chapter called "VCS Operations" in the Committers Guide, but that chapter does not exist and the link does not work.
Comment 1 Andreas Perstinger 2015-11-17 16:28:18 UTC
Created attachment 163252 [details]
Fixes broken link

The id for this section in the Committer's Guide was changed from "vcs.operations" to "subversion-primer" in revision 39217 and thus the corresponding name for the html-file changed too.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-12-15 18:38:26 UTC
A commit references this bug:

Author: brueffer
Date: Tue Dec 15 18:37:27 UTC 2015
New revision: 47867
URL: https://svnweb.freebsd.org/changeset/doc/47867

Log:
  Fix the link to the subversion primer.

  PR:		202066
  Submitted by:	rakuco, Andreas Perstinger

Changes:
  head/en_US.ISO8859-1/htdocs/internal/developer.xml
Comment 3 Christian Brueffer freebsd_committer freebsd_triage 2015-12-15 18:39:01 UTC
Fixed, thanks to both of you.