Skip to content

Commit

Permalink
Link to Wikipedia for Catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 16, 2022
1 parent 18f95d3 commit 78366e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Rendering.pod
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Any of the native Perl data types can be passed to templates as references throu
L<Mojolicious::Controller/"stash">.

$c->stash(description => 'web framework');
$c->stash(frameworks => ['Catalyst', 'Mojolicious']);
$c->stash(frameworks => ['Catalyst', 'Mojolicious', 'mojo.js']);
$c->stash(spinoffs => {minion => 'job queue'});

%= $description
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Tutorial.pod
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ they are the foundation for many helpers.
<head><title>Sebastians frameworks</title></head>
<body>
%= $link->('http://mojolicious.org', 'Mojolicious')
%= $link->('http://catalystframework.org', 'Catalyst')
%= $link->('http://mojojs.org', 'mojo.js')
</body>
</html>

Expand Down

0 comments on commit 78366e3

Please sign in to comment.