summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-04-29 12:47:57 +0100
committerPaul Buetow <git@mx.buetow.org>2021-04-29 12:47:57 +0100
commit2f8dccca0ab3ea162fe3aa09e84a9f44c4e1de1e (patch)
tree4800884f54578adaf8805b95cb2772f8933f92ae /docs
parent21622fd15950bfb975ca8fef73a8ca1bd4c2a8e2 (diff)
update URIs
Diffstat (limited to 'docs')
-rw-r--r--docs/header.txt4
-rw-r--r--docs/help.txt2
-rw-r--r--docs/pod/fype.html4
-rw-r--r--docs/pod/fype.man4
-rw-r--r--docs/pod/fype.pod4
-rw-r--r--docs/pod/fype.tex4
-rw-r--r--docs/pod/fype.txt4
7 files changed, 13 insertions, 13 deletions
diff --git a/docs/header.txt b/docs/header.txt
index 9bbce0f..787421e 100644
--- a/docs/header.txt
+++ b/docs/header.txt
@@ -1,8 +1,8 @@
File: ${FILE}
A simple interpreter
-WWW : http://fype.buetow.org
-AUTHOR : http://paul.buetow.org
+WWW : https://github.com/snonux/fype
+AUTHOR : http://buetow.org
E-Mail : fype at dev.buetow.org
Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/docs/help.txt b/docs/help.txt
index df495db..0087733 100644
--- a/docs/help.txt
+++ b/docs/help.txt
@@ -1,5 +1,5 @@
Fype Superalpha Build 9666
-(c) Paul C. Buetow (2005 - 2008) <fype@dev.buetow.org>
+(c) Paul C. Buetow (2005 - 2008)
-e Executes given code string (see synopses)
-h Prints this help
-s Prints the synopsis
diff --git a/docs/pod/fype.html b/docs/pod/fype.html
index 121cbea..33ff7b0 100644
--- a/docs/pod/fype.html
+++ b/docs/pod/fype.html
@@ -575,12 +575,12 @@ keyword in order to check if a procedure has been defined or not.</p>
</p>
<hr />
<h1><a name="author">AUTHOR</a></h1>
-<p>Paul C. Buetow (http://paul.buetow.org)</p>
+<p>Paul C. Buetow (http://buetow.org)</p>
<p>
</p>
<hr />
<h1><a name="website">WEBSITE</a></h1>
-<p>The Fype Language (http://fype.buetow.org)</p>
+<p>The Fype Language (https://github.com/snonux/fype)</p>
<p>
</p>
<hr />
diff --git a/docs/pod/fype.man b/docs/pod/fype.man
index ed963a7..6f47fe6 100644
--- a/docs/pod/fype.man
+++ b/docs/pod/fype.man
@@ -561,10 +561,10 @@ Nested functions work the same way the nested procedures work, with the exceptio
.Ve
.SH "AUTHOR"
.IX Header "AUTHOR"
-Paul C. Buetow (http://paul.buetow.org)
+Paul C. Buetow (http://buetow.org)
.SH "WEBSITE"
.IX Header "WEBSITE"
-The Fype Language (http://fype.buetow.org)
+The Fype Language (https://github.com/snonux/fype)
.SH "SEE ALSO"
.IX Header "SEE ALSO"
\&\fIawk\fR\|(1) \fIcc\fR\|(1) \fImake\fR\|(1)
diff --git a/docs/pod/fype.pod b/docs/pod/fype.pod
index 5006345..43ed5e1 100644
--- a/docs/pod/fype.pod
+++ b/docs/pod/fype.pod
@@ -483,11 +483,11 @@ Nested functions work the same way the nested procedures work, with the exceptio
=head1 AUTHOR
-Paul C. Buetow (http://paul.buetow.org)
+Paul C. Buetow (http://buetow.org)
=head1 WEBSITE
-The Fype Language (http://fype.buetow.org)
+The Fype Language (https://github.com/snonux/fype)
=head1 SEE ALSO
diff --git a/docs/pod/fype.tex b/docs/pod/fype.tex
index 7609a00..16ad9e0 100644
--- a/docs/pod/fype.tex
+++ b/docs/pod/fype.tex
@@ -555,12 +555,12 @@ Nested functions work the same way the nested procedures work, with the exceptio
\section{AUTHOR\label{AUTHOR}\index{AUTHOR}}
-Paul C. Buetow (http://paul.buetow.org)
+Paul C. Buetow (http://buetow.org)
\section{WEBSITE\label{WEBSITE}\index{WEBSITE}}
-The Fype Language (http://fype.buetow.org)
+The Fype Language (https://github.com/snonux/fype)
\section{SEE ALSO\label{SEE_ALSO}\index{SEE ALSO}}
diff --git a/docs/pod/fype.txt b/docs/pod/fype.txt
index 8513538..6b6673f 100644
--- a/docs/pod/fype.txt
+++ b/docs/pod/fype.txt
@@ -425,10 +425,10 @@ SELF DEFINING PROCEDURES AND FUNCTIONS
bar; # Will produce an error, because bar is out of scope!
AUTHOR
- Paul C. Buetow (http://paul.buetow.org)
+ Paul C. Buetow (http://buetow.org)
WEBSITE
- The Fype Language (http://fype.buetow.org)
+ The Fype Language (https://github.com/snonux/fype)
SEE ALSO
awk(1) cc(1) make(1)