summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp4bl0 <r@uzy.me>2019-08-13 17:21:30 +0200
committerp4bl0 <r@uzy.me>2019-08-13 17:21:30 +0200
commit6fe7f7cc8ae03309535ececb9edc2b00e53bc75b (patch)
tree3784f33d8bdb5ed5ad1a183742ecc2eb4ef24b73
parente259d3cabeae1625ca77da3633dd8b6a723202e5 (diff)
new project urlHEADmastermain
-rw-r--r--README.html2
-rw-r--r--default-files/atom.xml2
-rw-r--r--default-files/bottom.html2
-rw-r--r--default-files/rss.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.html b/README.html
index 309c2dd..2aa18b9 100644
--- a/README.html
+++ b/README.html
@@ -22,7 +22,7 @@ fugitive: README
<p>
If you want to build fugitive from the source, clone the git repository:
<br />
- <code>git clone http://clandest.in/fugitive fugitive</code>
+ <code>git clone https://code.up8.edu/pablo/fugitive.git</code>
<br />
Then go in the newly created directory: <code>cd fugitive</code>, and
run the build script: <code>./build.sh</code>.
diff --git a/default-files/atom.xml b/default-files/atom.xml
index 2d81f6b..fe6092d 100644
--- a/default-files/atom.xml
+++ b/default-files/atom.xml
@@ -6,7 +6,7 @@
<link href="<?fugitive blog_url ?>" />
<id><?fugitive blog_url ?>atom.xml</id>
<updated><?fugitive commit_datetime_html5 ?></updated>
- <generator>fugitive - http://clandest.in/fugitive/</generator>
+ <generator>fugitive - https://code.up8.edu/pablo/fugitive</generator>
<?fugitive foreach:article ?>
<entry>
diff --git a/default-files/bottom.html b/default-files/bottom.html
index a61f188..ff829c6 100644
--- a/default-files/bottom.html
+++ b/default-files/bottom.html
@@ -27,7 +27,7 @@
<a href="<?fugitive blog_url ?>"><?fugitive-install name ?></a>
<?fugitive-install year ?>
&mdash;
- powered by <a href="http://clandest.in/fugitive/">fugitive</a>
+ powered by <a href="https://code.up8.edu/pablo/fugitive">fugitive</a>
</p>
<p>
last build was <?fugitive commit_hash ?> at
diff --git a/default-files/rss.xml b/default-files/rss.xml
index c420ac2..d882ff1 100644
--- a/default-files/rss.xml
+++ b/default-files/rss.xml
@@ -5,7 +5,7 @@
<title><?fugitive-install name ?>'s blog rss feed</title>
<link><?fugitive blog_url ?></link>
<description>5 last published articles</description>
- <generator>fugitive - http://clandest.in/fugitive/</generator>
+ <generator>fugitive - https://code.up8.edu/pablo/fugitive/</generator>
<lastBuildDate><?fugitive commit_date_html5 ?></lastBuildDate>
<?fugitive foreach:article ?>