Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6302261

Browse files
committed
Update links to Phusion Passenger website
1 parent 2341f08 commit 6302261

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
== Introduction
22

33
Phusion Passenger probably requires no introduction. We kindly refer the reader
4-
to http://www.modrails.com/ for general information.
4+
to https://www.phusionpassenger.com/ for general information.
55

66
== Installation
77

lib/phusion_passenger/abstract_installer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module PhusionPassenger
4343
# installer = ConcereteInstallerClass.new(options...)
4444
# installer.start
4545
class AbstractInstaller
46-
PASSENGER_WEBSITE = "http://www.modrails.com/"
46+
PASSENGER_WEBSITE = "https://www.phusionpassenger.com"
4747
PHUSION_WEBSITE = "www.phusion.nl"
4848

4949
# Create an AbstractInstaller. All options will be stored as instance

lib/phusion_passenger/templates/error_layout.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
<div id="site_container">
1616
<div id="site_header">
17-
<ul class="corporate_identity <% if @enterprisey %>enterprise_edition<% end %>">
18-
<li class="logo"><a href="http://www.modrails.com"><span>Phusion Passenger</span></a></li>
17+
<ul class="corporate_identity">
18+
<li class="logo"><a href="https://www.phusionpassenger.com"><span>Phusion Passenger</span></a></li>
1919
</ul>
2020
</div>
2121
<div id="site_body">
@@ -28,8 +28,8 @@
2828
text. Thank you.
2929
-->
3030
<div class="container">
31-
Powered by <a href="http://www.modrails.com/">Phusion Passenger</a><% if @enterprisey %> (Enterprise Edition)<% end %>,
32-
<tt>mod_rails</tt> / <tt>mod_rack</tt> for Apache.
31+
Powered by <a href="https://www.phusionpassenger.com/">Phusion Passenger</a>,
32+
<tt>mod_rails</tt> / <tt>mod_rack</tt> for Apache and Nginx.
3333
</div>
3434
</div>
3535
</div>

0 commit comments

Comments
 (0)