factor: update repository location to factor/factor
parent
bf89a3d31d
commit
64db45c536
|
@ -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 ;
|
||||
|
||||
|
|
|
@ -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 )
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue