Skip to content

Commit

Permalink
Merge pull request benedmunds#689 from Tjoosten/patch-2
Browse files Browse the repository at this point in the history
Change HTTP to HTTPS
  • Loading branch information
benedmunds committed Dec 28, 2014
2 parents ba8646c + 7fe8229 commit 4fc6596
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions userguide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<h3>Author Info</h3>
<ul>
<li><a href="http://benedmunds.com">Ben Edmunds</a></li>
<li><a href="http://github.com/benedmunds">GitHub</a></li>
<li><a href="https://github.com/benedmunds">GitHub</a></li>
</ul>
<h3>Basic Info</h3>
<ul>
<li><a href="#license">License</a></li>
<li><a href="http://github.com/benedmunds/CodeIgniter-Ion-Auth">GitHub Repo</a></li>
<li><a href="https://github.com/benedmunds/CodeIgniter-Ion-Auth">GitHub Repo</a></li>
</ul>
<h3>Introduction</h3>
<ul>
Expand Down Expand Up @@ -128,7 +128,7 @@ <h2>License</h2>
<h2>Installation</h2>

<ol>
<li>Download the latest version: <a href="http://github.com/benedmunds/CodeIgniter-Ion-Auth/zipball/master">http://github.com/benedmunds/CodeIgniter-Ion-Auth/zipball/master</a></li>
<li>Download the latest version: <a href="https://github.com/benedmunds/CodeIgniter-Ion-Auth/zipball/master">https://github.com/benedmunds/CodeIgniter-Ion-Auth/zipball/master</a></li>
<li>Copy the files from this package to the correspoding folder in your application folder. For example, copy Ion_auth/config/ion_auth.php to system/application/config/ion_auth.php.</li>
<li>Run the appropriate SQL file from the /sql directory.</li>
</ol>
Expand All @@ -144,7 +144,7 @@ <h2>Installation</h2>
<h2>Upgrading</h2>

<ol>
<li>Download the latest version: <a href="http://github.com/benedmunds/CodeIgniter-Ion-Auth/zipball/2">http://github.com/benedmunds/CodeIgniter-Ion-Auth/zipball/2</a></li>
<li>Download the latest version: <a href="https://github.com/benedmunds/CodeIgniter-Ion-Auth/zipball/2">https://github.com/benedmunds/CodeIgniter-Ion-Auth/zipball/2</a></li>
<li>Overwrite "libraries/ion_auth.php" and "models/ion_auth_model.php" with the new versions.</li>
</ol>

Expand Down Expand Up @@ -1217,7 +1217,7 @@ <h2>set_error_delimiters()</h2>
<h2>set_hook()</h2>
<p>
Set a single or multiple functions to be called when trigged by trigger_events().
See an example here: <a href="http://gist.github.com/657de89b26decda2b2fa" target="_blank">http://gist.github.com/657de89b26decda2b2fa</a>
See an example here: <a href="https://gist.github.com/657de89b26decda2b2fa" target="_blank">https://gist.github.com/657de89b26decda2b2fa</a>
</p>

<p><strong>Parameters</strong></p>
Expand Down Expand Up @@ -1314,7 +1314,7 @@ <h2>trigger_events()</h2>

<div id="footer">
<p><a href="#top">Top of Page</a></p>
<p><a href="http://codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2010 Ben Edmunds &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
<p><a href="http://codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2010 Ben Edmunds &nbsp;&middot;&nbsp; <a href="https://ellislab.com/">Ellislab, Inc.</a></p>
</div>

</body>
Expand Down

0 comments on commit 4fc6596

Please sign in to comment.