]> gitweb.factorcode.org Git - factor.git/commitdiff
factor: update repository location to factor/factor
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 19 Feb 2016 21:48:00 +0000 (13:48 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 19 Feb 2016 21:51:58 +0000 (13:51 -0800)
basis/help/html/html.factor
extra/mason/report/report.factor
extra/websites/factorcode/index.fhtml

index 97f4dfcef436da86830fec3c721350f8ac23fd79..2fed7e2ed7060371d174578877ea2485d0402e91 100644 (file)
@@ -63,7 +63,7 @@ M: topic url-of topic>filename ;
 
 M: pathname url-of
     string>> "resource:" ?head [
-        "https://github.com/slavapestov/factor/blob/master/"
+        "https://github.com/factor/factor/blob/master/"
         prepend
     ] [ drop f ] if ;
 
index b9ae1bfe65c52defb3f4e54202fecb2e412bb53c..0ee80f0c214edded8c90ca8695dc975a84aa6968 100644 (file)
@@ -7,7 +7,7 @@ xml.syntax xml.writer ;
 IN: mason.report
 
 : git-link ( id -- link )
-    [ "http://github.com/slavapestov/factor/commit/" "" prepend-as ] keep
+    [ "http://github.com/factor/factor/commit/" "" prepend-as ] keep
     [XML <a href=<->><-></a> XML] ;
 
 : common-report ( -- xml )
index 0ca6773988f2bbe0196018b79391b4a513989381..8061308e9ce55bc5467701bac9fce4a4d57d334a 100644 (file)
@@ -35,7 +35,7 @@ xml.writer xmode.highlight ; %>
 <li><a href="http://concatenative.org/wiki/view/Factor/FAQ">Get answers to frequently-asked questions</a></li>
 <li><a href="http://docs.factorcode.org/">Read Factor reference documentation online</a></li>
 <li><a href="http://concatenative.org/wiki/view/Concatenative%20language">Learn more about concatenative programming</a></li>
-<li><a href="http://github.com/slavapestov/factor/issues">Report a bug</a></li>
+<li><a href="http://github.com/factor/factor/issues">Report a bug</a></li>
 </ul>
 
 <p>Most of the above links point to pages on the <a href="http://concatenative.org">concatenative.org wiki</a>.</p>
@@ -85,7 +85,7 @@ xml>string write-html
 
 <p>Stable and development releases are built and uploaded by the <a href="http://concatenative.org/wiki/view/Factor/Build farm">build farm</a>. Follow <a href="http://twitter.com/FactorBuilds">@FactorBuilds</a> on Twitter to receive notifications. If you're curious, take a look at the <a href="http://builds.factorcode.org/dashboard">build farm dashboard</a>.</p>
 
-<p><b>Source code</b> is stored in our <a href="http://concatenative.org/wiki/view/Factor/GIT repository">GIT repository</a>. Source can can be browsed online via <a href="http://github.com/slavapestov/factor/">github</a> or <a href="http://gitweb.factorcode.org/">gitweb</a>.</p>
+<p><b>Source code</b> is stored in our <a href="http://concatenative.org/wiki/view/Factor/GIT repository">GIT repository</a>. Source can can be browsed online via <a href="http://github.com/factor/factor/">github</a> or <a href="http://gitweb.factorcode.org/">gitweb</a>.</p>
 
 <h1>More</h1>