Skip to content

Commit 2538dc3

Browse files
committed
Built with the correct url
1 parent 1a2b551 commit 2538dc3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.DS_Store

0 Bytes
Binary file not shown.

docs/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<div class="container">
2020
<header class="mt-3">
2121
<div class="d-flex justify-content-between align-items-center">
22-
<a href="https://ucf-packagist.herokuapp.com/">
22+
<a href="https://ucf.github.io/ucf-packagist/">
2323
<h1>ucf/ucf-packagist</h1>
2424
</a>
25-
<span class="badge bg-light text-dark m-1" title="Wednesday, 22-Mar-2023 21:02:56 UTC">
26-
Last updated: <br class="d-md-none"> <time datetime="2023-03-22T21:02:56+00:00">Wednesday, 22 Mar 2023 21:02:56 UTC</time>
25+
<span class="badge bg-light text-dark m-1" title="Wednesday, 22-Mar-2023 23:19:12 UTC">
26+
Last updated: <br class="d-md-none"> <time datetime="2023-03-22T23:19:12+00:00">Wednesday, 22 Mar 2023 23:19:12 UTC</time>
2727
</span>
2828
</div>
2929

@@ -228,7 +228,7 @@ <h5 class="card-title">Setting up this repository in your projects</h5>
228228
<pre class="file my-3">{
229229
"repositories": [{
230230
"type": "composer",
231-
"url": "https://ucf-packagist.herokuapp.com/"
231+
"url": "https://ucf.github.io/ucf-packagist/"
232232
}]
233233
}</pre>
234234
<p>Click on an individual package's release version to get a snippet of code for your project's dependencies.</p>

docs/packages.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sha1": "f4a0850d232e08564919b0b32eb778790eedf542"
66
}
77
},
8-
"metadata-url": "/p2/%package%.json",
8+
"metadata-url": "/ucf-packagist/p2/%package%.json",
99
"available-packages": [
1010
"ucf/athena-gravityforms-plugin",
1111
"ucf/athena-shortcodes-plugin",

satis.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ucf/ucf-packagist",
3-
"homepage": "https://ucf-packagist.herokuapp.com/",
3+
"homepage": "https://ucf.github.io/ucf-packagist/",
44
"repositories": [
55
{
66
"type": "vcs",

0 commit comments

Comments
 (0)