From b0407b9edb05a85157f387cf63c20ec95c057acb Mon Sep 17 00:00:00 2001 From: Loic Denuziere Date: Thu, 13 Dec 2018 20:45:29 +0100 Subject: [PATCH] Repository moved to fsbolero/TodoMVC --- README.md | 4 ++-- src/Bolero.TodoMVC.Client/wwwroot/index.html | 2 +- tools/gh-pages.ps1 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a3656ed..98b260f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Bolero TodoMVC -This is an implementation of the [TodoMVC](http://todomvc.com/) sample application using [Bolero](https://github.com/intellifactory/bolero). +This is an implementation of the [TodoMVC](http://todomvc.com/) sample application using [Bolero](https://github.com/fsbolero/Bolero). -[See it running live here.](https://intellifactory.github.io/Bolero.TodoMVC/) +[See it running live here.](https://fsbolero.github.io/TodoMVC/) diff --git a/src/Bolero.TodoMVC.Client/wwwroot/index.html b/src/Bolero.TodoMVC.Client/wwwroot/index.html index 0d451d5..fe12811 100644 --- a/src/Bolero.TodoMVC.Client/wwwroot/index.html +++ b/src/Bolero.TodoMVC.Client/wwwroot/index.html @@ -13,7 +13,7 @@ diff --git a/tools/gh-pages.ps1 b/tools/gh-pages.ps1 index fe6a363..2b77bfe 100644 --- a/tools/gh-pages.ps1 +++ b/tools/gh-pages.ps1 @@ -3,7 +3,7 @@ param ([string] $env = "local") $msg = 'gh-pages.ps1: tests/client/wwwroot -> gh-pages' -$gitURL = "https://github.com/intellifactory/Bolero.TodoMVC" +$gitURL = "https://github.com/fsbolero/TodoMVC" write-host -foregroundColor "green" "=====> $msg" @@ -33,7 +33,7 @@ if ($env -eq "appveyor") { git rm -rf * cp -r -force ../../publish/Bolero.TodoMVC.Client/dist/* . echo $null >> .nojekyll -(get-content '.\index.html' -encoding utf8).replace('git.log git commit --amend -am $msg git push -f -u origin gh-pages