Ticket #3672 (new defect)

Opened 3 months ago

wrong hg repository url in documentation

Reported by: schilly Assigned to: tba
Priority: major Milestone: sage-3.2
Component: documentation Keywords:
Cc:

Description

  • in http://www.sagemath.org/doc/html/prog/node72.html - last line
  • here:
    /sage/doc$ grep -r "sagemath.org/sage//hg" *
    prog/node31.html:cd "/home/jaap/sage/devel/doc" && hg pull -u http://sagemath.org/sage//hg//doc-main
    prog/node31.html:pulling from http://sagemath.org/sage//hg//doc-main
    prog/node31.html:cd "/home/jaap/sage/devel/doc" && hg bundle  tmphg http://sagemath.org/sage//hg//doc-main
    
  • ... and probably elsewhere, too:

replace http://sagemath.org/sage/[/]hg -> http://hg.sagemath.org/ or http://www.sagemath.org/hg/ (and probably a trailing "sage-main" in node31.html)

backref: posting in sage-devel by bill hart