From 64db45c5362a6eda55455ae23b082eaccd0b3c30 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 19 Feb 2016 13:48:00 -0800 Subject: [PATCH] factor: update repository location to factor/factor --- basis/help/html/html.factor | 2 +- extra/mason/report/report.factor | 2 +- extra/websites/factorcode/index.fhtml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/basis/help/html/html.factor b/basis/help/html/html.factor index 97f4dfcef4..2fed7e2ed7 100644 --- a/basis/help/html/html.factor +++ b/basis/help/html/html.factor @@ -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 ; diff --git a/extra/mason/report/report.factor b/extra/mason/report/report.factor index b9ae1bfe65..0ee80f0c21 100644 --- a/extra/mason/report/report.factor +++ b/extra/mason/report/report.factor @@ -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 ><-> XML] ; : common-report ( -- xml ) diff --git a/extra/websites/factorcode/index.fhtml b/extra/websites/factorcode/index.fhtml index 0ca6773988..8061308e9c 100644 --- a/extra/websites/factorcode/index.fhtml +++ b/extra/websites/factorcode/index.fhtml @@ -35,7 +35,7 @@ xml.writer xmode.highlight ; %>
  • Get answers to frequently-asked questions
  • Read Factor reference documentation online
  • Learn more about concatenative programming
  • -
  • Report a bug
  • +
  • Report a bug
  • Most of the above links point to pages on the concatenative.org wiki.

    @@ -85,7 +85,7 @@ xml>string write-html

    Stable and development releases are built and uploaded by the build farm. Follow @FactorBuilds on Twitter to receive notifications. If you're curious, take a look at the build farm dashboard.

    -

    Source code is stored in our GIT repository. Source can can be browsed online via github or gitweb.

    +

    Source code is stored in our GIT repository. Source can can be browsed online via github or gitweb.

    More