various format code fixups
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Deployment.pod
index 1eefa62..816d3ed 100644 (file)
@@ -1,3 +1,5 @@
+=encoding utf8
+
 =head1 NAME
 
 Catalyst::Manual::Deployment - Deploying Catalyst
@@ -85,11 +87,11 @@ mean that it is not suitable for most deployments.
 
 =head2 Chef
 
-<LChef|http://www.opscode.com/chef/> is an open-source systems integration
+L<Chef|http://www.opscode.com/chef/> is an open-source systems integration
 framework built specifically for automating cloud computing deployments. A
 Cookbooks demonstrating how to deploy a Catalyst application using Chef is
 available at L<http://community.opscode.com/cookbooks/catalyst> and
-L<http://github.com/melezhik/cookbooks/wiki/Catalyst-cookbook-intro>.
+L<https://github.com/melezhik/cookbooks/wiki/Catalyst-cookbook-intro>.
 
 =head1 AUTHORS