summaryrefslogtreecommitdiff
path: root/src/photography
diff options
context:
space:
mode:
Diffstat (limited to 'src/photography')
-rw-r--r--src/photography/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/photography/index.php b/src/photography/index.php
index cddfea0..7fbcb27 100644
--- a/src/photography/index.php
+++ b/src/photography/index.php
@@ -26,9 +26,9 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
</p>
<h2>Selected Works</h2>
<ul>
- <li><h3><a href="files/SVC_3653.jpg">Image I</a></h3></li>
- <li><h3><a href="files/SVC_3517.jpg">Image II</a></h3></li>
- <li><h3><a href="files/SVC_3550.jpg">Image III</a></h3></li>
- <li><h3><a href="files/_MG_0100.jpg">Image IV</a></h3></li>
+ <li><h3><a href="files.aberrantflux.xyz/pictures/SVC_3653.jpg">Image I</a></h3></li>
+ <li><h3><a href="files.aberrantflux.xyz/pictures/SVC_3517.jpg">Image II</a></h3></li>
+ <li><h3><a href="files.aberrantflux.xyz/pictures/SVC_3550.jpg">Image III</a></h3></li>
+ <li><h3><a href="files.aberrantflux.xyz/pictures/_MG_0100.jpg">Image IV</a></h3></li>
</ul>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>