diff --git a/README.md b/README.md index bcf8cd9..706e580 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Server for stable, curated Haskell package sets -This repo is part of the [Stackage project](https://github.com/fpco/stackage), +This repo is part of the [Stackage project](https://github.com/commercialhaskell/stackage), and the live server can be viewed at https://www.stackage.org. ## Building locally diff --git a/src/Application.hs b/src/Application.hs index a090513..9cf1f2a 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -138,7 +138,7 @@ withFoundation appLogFunc appSettings inner = do then do fp <- runSimpleApp $ getStackageContentDir "." gitRepoDev fp loadWebsiteContent - else gitRepo "https://github.com/fpco/stackage-content.git" "master" loadWebsiteContent + else gitRepo "https://github.com/commercialhaskell/stackage-content.git" "master" loadWebsiteContent let runContentUpdates = Concurrently $ forever $ diff --git a/src/Handler/BuildPlan.hs b/src/Handler/BuildPlan.hs index 4c53e59..1b0a0a2 100644 --- a/src/Handler/BuildPlan.hs +++ b/src/Handler/BuildPlan.hs @@ -6,7 +6,7 @@ import Import getBuildPlanR :: SnapName -> Handler TypedContent getBuildPlanR _slug = track "Handler.BuildPlan.getBuildPlanR" $ do - error "temporarily disabled, please open on issue on https://github.com/fpco/stackage-server/issues/ if you need it" + error "temporarily disabled, please open on issue on https://github.com/commercialhaskell/stackage-server/issues/ if you need it" {- fullDeps <- (== Just "true") <$> lookupGetParam "full-deps" spec <- parseSnapshotSpec $ toPathPiece slug diff --git a/src/Handler/StackageHome.hs b/src/Handler/StackageHome.hs index 8445fc6..613d9c0 100644 --- a/src/Handler/StackageHome.hs +++ b/src/Handler/StackageHome.hs @@ -97,7 +97,7 @@ getStackageCabalConfigR name = track "Handler.StackageHome.getStackageCabalConfi yield $ Chunk $ toBuilder '\n' revisionsWarning = - toBuilder (asText "-- NOTE: Due to revisions, this file may not work. See:\n-- https://github.com/fpco/stackage-server/issues/232\n\n") + toBuilder (asText "-- NOTE: Due to revisions, this file may not work. See:\n-- https://github.com/commercialhaskell/stackage-server/issues/232\n\n") headerGlobal render = yield $ Chunk $ revisionsWarning ++ diff --git a/static/haddock/style.css b/static/haddock/style.css index 3577fba..64389fa 100644 --- a/static/haddock/style.css +++ b/static/haddock/style.css @@ -311,7 +311,7 @@ div#style-menu-holder { display: none; } -/* Fixes: https://github.com/fpco/stackage-server/issues/222 */ +/* Fixes: https://github.com/commercialhaskell/stackage-server/issues/222 */ /* #synopsis { */ /* display: none; */ /* } */ diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet index e434022..71d472c 100644 --- a/templates/default-layout.hamlet +++ b/templates/default-layout.hamlet @@ -13,7 +13,7 @@
  • Snapshots
  • LTS
  • Nightly -
  • FAQ +
  • FAQ
  • Blog $maybe msg <- mmsg diff --git a/templates/home.hamlet b/templates/home.hamlet index bc01a7f..2a86c38 100644 --- a/templates/home.hamlet +++ b/templates/home.hamlet @@ -17,7 +17,7 @@

    Stable Haskell package sets