From 78366e39c293e8279bdea68db3a5bf68ff614d3b Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Sun, 16 Jan 2022 19:52:10 +0100 Subject: [PATCH] Link to Wikipedia for Catalyst --- README.md | 4 ++-- lib/Mojolicious/Guides/Rendering.pod | 2 +- lib/Mojolicious/Guides/Tutorial.pod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f397af5cd7..6c16ace6b7 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ * JSON and HTML/XML parser with CSS selector support. * Very clean, portable and object-oriented pure-Perl API with no hidden magic and no requirements besides Perl 5.26.0 (versions as old as 5.16.0 can be used too, but may require additional CPAN modules to be installed) - * Fresh code based upon years of experience developing [Catalyst](http://www.catalystframework.org), free and open - source. + * Fresh code based upon years of experience developing [Catalyst](https://en.wikipedia.org/wiki/Catalyst_(software)), + free and open source. * Hundreds of 3rd party [extensions](https://metacpan.org/requires/distribution/Mojolicious) and high quality spin-off projects like the [Minion](https://metacpan.org/pod/Minion) job queue. diff --git a/lib/Mojolicious/Guides/Rendering.pod b/lib/Mojolicious/Guides/Rendering.pod index b173277028..4d9b62bb8c 100644 --- a/lib/Mojolicious/Guides/Rendering.pod +++ b/lib/Mojolicious/Guides/Rendering.pod @@ -281,7 +281,7 @@ Any of the native Perl data types can be passed to templates as references throu L. $c->stash(description => 'web framework'); - $c->stash(frameworks => ['Catalyst', 'Mojolicious']); + $c->stash(frameworks => ['Catalyst', 'Mojolicious', 'mojo.js']); $c->stash(spinoffs => {minion => 'job queue'}); %= $description diff --git a/lib/Mojolicious/Guides/Tutorial.pod b/lib/Mojolicious/Guides/Tutorial.pod index b48834b01e..cbbdf7b23b 100644 --- a/lib/Mojolicious/Guides/Tutorial.pod +++ b/lib/Mojolicious/Guides/Tutorial.pod @@ -277,7 +277,7 @@ they are the foundation for many helpers. Sebastians frameworks %= $link->('http://mojolicious.org', 'Mojolicious') - %= $link->('http://catalystframework.org', 'Catalyst') + %= $link->('http://mojojs.org', 'mojo.js')