Skip to content

Commit

Permalink
Update documentation and demo URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
sixem committed Apr 8, 2024
1 parent 76db87c commit 8484bfa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<br/>

<p align="center">
<a href="https://five.sh/demo/indexer/">Demo</a>&nbsp;&nbsp;
<a href="https://ivfi.io/docs/php/#/README">Documentation</a>&nbsp;&nbsp;
<a href="https://ivfi.io/docs/php/#/config">Configuration</a>&nbsp;&nbsp;
<a href="https://ivfi.io/docs/php/#/building">Building</a>
<a href="https://git.five.sh/ivfi/demo/">Demo</a>&nbsp;&nbsp;
<a href="https://git.five.sh/ivfi/docs/php/#/README">Documentation</a>&nbsp;&nbsp;
<a href="https://git.five.sh/ivfi/docs/php/#/config">Configuration</a>&nbsp;&nbsp;
<a href="https://git.five.sh/ivfi/docs/php/#/building">Building</a>
</p>

<br/>
Expand Down Expand Up @@ -54,9 +54,9 @@ DirectoryIndex index.html index.php /indexer.php

<br/>

For detailed instructions on how to configure the script, refer to [setup](https://ivfi.io/docs/php/#/setup).
For detailed instructions on how to configure the script, refer to [setup](https://git.five.sh/ivfi/docs/php/#/setup).

The releases and individual builds are available [here](https://ivfi.io/releases/php/).
The releases and individual builds are available [here](https://git.five.sh/ivfi/releases/php/).

<br/>

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<head>
<meta charset="UTF-8">
<title>IVFi-PHP (Documentation)</title>
<link rel="icon" class="js-site-favicon" type="image/png" href="/favicon.png?v=1" />
<link rel="icon" class="js-site-favicon" type="image/png" href="./favicon.png?v=1" />

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="The image and video friendly indexer (PHP)">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">

<meta property="og:type" content="website">
<meta property="og:url" content="https://ivfi.io/docs/php/">
<meta property="og:url" content="https://git.five.sh/ivfi/docs/php/">
<meta property="og:title" content="IVFi-PHP (Documentation)">
<meta property="og:description" content="The image and video friendly indexer">
<meta property="og:image" content="./logo.svg">
Expand Down
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<p>Download the latest release <a href="https://github.com/sixem/ivfi-php/releases">HERE</a>!</p>
<p>Alternatively, you can also build it from source yourself, for that see: <a href="#building">building</a></p>
<p>You can also find every release and specific builds here: <a href="https://ivfi.io/releases/php/">https://ivfi.io/releases/php/</a></p>
<p>You can also find every release and specific builds here: <a href="https://git.five.sh/ivfi/releases/php/">https://git.five.sh/ivfi/releases/php/</a></p>

## Files

Expand Down
6 changes: 3 additions & 3 deletions src/php/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* [Configuration]
* A more in-depth overview can be found here:
* https://ivfi.io/docs/php/#/config
* https://git.five.sh/ivfi/docs/php/#/config
*/

/* Used to bust the cache and to display footer version number */
Expand Down Expand Up @@ -2313,7 +2313,7 @@ function constructFooter($renderTime, $currentDirectory, $config, $version)
], implode('', [
Helpers::createElement('a', [
'target' => '_blank',
'href' => 'https://ivfi.io/'
'href' => 'https://git.five.sh/ivfi/'
], 'IVFi'),
Helpers::createElement('span', [], $version)
]));
Expand Down Expand Up @@ -2563,7 +2563,7 @@ function constructJsConfig($config, $sorting, $timestamp, $bust, $theme)
<input type="text" placeholder="Search .." value="">
</div>

<!-- [https://ivfi.io/ — The image and video friendly indexer] -->
<!-- [https://git.five.sh/ivfi/ — The image and video friendly indexer] -->

<script id="<?=SCRIPT_ID;?>" type="application/json"><?=$jsConfig;?></script>

Expand Down

0 comments on commit 8484bfa

Please sign in to comment.