You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Catalyst.pm
+15-17Lines changed: 15 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1913,15 +1913,14 @@ sub welcome_message {
1913
1913
<body>
1914
1914
<div id="content">
1915
1915
<div id="topbar">
1916
-
<h1><span id="appname">$name</span> on <a href="http://catalyst.perl.org">Catalyst</a>
1917
-
$VERSION</h1>
1916
+
<h1><span id="appname">$name</span> on Catalyst $VERSION</h1>
1918
1917
</div>
1919
1918
<div id="answers">
1920
1919
<p>
1921
1920
<img src="$logo" alt="Catalyst Logo" />
1922
1921
</p>
1923
1922
<p>Welcome to the world of Catalyst.
1924
-
This <a href="http://en.wikipedia.org/wiki/MVC">MVC</a>
1923
+
This <a href="https://en.wikipedia.org/wiki/Model-view-controller">MVC</a>
1925
1924
framework will make web development something you had
1926
1925
never expected it to be: Fun, rewarding, and quick.</p>
1927
1926
<h2>What to do now?</h2>
@@ -1953,13 +1952,16 @@ sub welcome_message {
1953
1952
get in touch with us.</p>
1954
1953
<ul>
1955
1954
<li>
1956
-
<a href="http://dev.catalyst.perl.org">Wiki</a>
1955
+
<a href="https://github.com/perl-catalyst/catalyst-runtime/issues">issues for Catalyst on GitHub.com</a>
1956
+
<li>
1957
+
<a href="https://web.archive.org/web/20161125132533/http://wiki.catalystframework.org:80/wiki/">Wiki</a> (offline, latest available capture from 2021 in Internet Archive)
0 commit comments