views: fix base url to omit scheme for when we connect through a https gateway
[pharext/pharext.org] / app / views / pages / index.phtml
index 119da529c6728e596c9b7c7a79c9276a2eb55d4d..a9a777bddf79e118e9d83ad4320e37253c974a71 100644 (file)
@@ -14,7 +14,7 @@
                                <p>
                                        Distribute your PHP extensions as self-installing PHAR archives.<sup><a id="ref-unix" href="#fn-unix">1</a>)</sup>
                                </p>
-                               <p><a href="<?= $baseUrl->mod("./pages/Home") ?>" class="btn btn-primary btn-lg btn-block">
+                               <p><a href="<?= $baseUrl->mod(":./pages/Home") ?>" class="btn btn-primary btn-lg btn-block">
                                        Learn more about <em>pharext</em>!
                                </a>
                                </p>
@@ -26,7 +26,7 @@
                                <p>
                                        Manage automatic pharext builds of your PHP extensions.
                                </p>
-                               <a href="<?= $baseUrl->mod("./github") ?>" class="btn btn-primary btn-lg btn-block">
+                               <a href="<?= $baseUrl->mod(":./github") ?>" class="btn btn-primary btn-lg btn-block">
                                Start right with your <em>Github</em> repos!
                                </a>
                        </div>