diff options
-rw-r--r-- | gh/m.htm | 2 | ||||
-rw-r--r-- | gh/wf/m.htm (renamed from gh/forms/m.htm) | 2 | ||||
-rw-r--r-- | gh/www/m.htm | 2 | ||||
-rw-r--r-- | p/m.htm | 2 | ||||
-rw-r--r-- | wf/m.htm (renamed from forms/m.htm) | 4 |
5 files changed, 9 insertions, 3 deletions
diff --git a/gh/m.htm b/gh/m.htm index 2f4d146..dc8280d 100644 --- a/gh/m.htm +++ b/gh/m.htm @@ -1,6 +1,8 @@ <!DOCTYPE html><html lang="en"><head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> +<meta http-equiv="refresh" + content="0;url='http://github.com/porterswanstrom'" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" diff --git a/gh/forms/m.htm b/gh/wf/m.htm index 708b967..5d82794 100644 --- a/gh/forms/m.htm +++ b/gh/wf/m.htm @@ -1,6 +1,8 @@ <!DOCTYPE html><html lang="en"><head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> +<meta http-equiv="refresh" + content="0;url='http://github.com/porterswanstrom/wf'" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" diff --git a/gh/www/m.htm b/gh/www/m.htm index 708b967..1229be0 100644 --- a/gh/www/m.htm +++ b/gh/www/m.htm @@ -1,6 +1,8 @@ <!DOCTYPE html><html lang="en"><head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> +<meta http-equiv="refresh" + content="0;url='http://github.com/porterswanstrom/www'" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" diff --git a/p/m.htm b/p/m.htm index f10d949..441c399 100644 --- a/p/m.htm +++ b/p/m.htm @@ -17,7 +17,7 @@ <h2>PROJECTS</h2> <p><a href="../www">www</a> (HTML, CSS)<br />Website</p> -<p><a href="../forms">forms</a> (C#)<br />WinForms</p> +<p><a href="../wf">wf</a> (C#)<br />WinForms</p> </div><div class="foot"> diff --git a/forms/m.htm b/wf/m.htm index daae12f..5968d20 100644 --- a/forms/m.htm +++ b/wf/m.htm @@ -31,9 +31,9 @@ A very basic text to HTML converter that only supports paragraphs, headers, and non-inline links</li><br /></ol> <h2>SOURCE</h2> -<p>The source code is <a href="../gh/forms"> +<p>The source code is <a href="../gh/wf"> here</a> and you can get it with:</p><div class="sh"> -git clone http://github.com/porterswanstrom/forms</div><br /> +git clone http://github.com/porterswanstrom/wf</div><br /> </div><div class="foot"> |