Skip to content

Commit

Permalink
add: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
uchks committed Oct 6, 2024
1 parent 565ef82 commit 5af4080
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
> Already have a repository? Looking to share a repository? <br>
> Check out [**jbredir**](https://jbredir.unethical.team), a website I made.
**[Demo now available.](https://www.air.rip/repo.me)**

## Table of Contents

1. [Background Information](#background-information)
Expand Down
4 changes: 2 additions & 2 deletions depictions/web/js/content-blocks-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function getContentBlocks() {
// create screenshots link
$("#descriptionList").append(
$("<a class='link-item list-group-item'>")
.attr("href", `screenshots.html?p=${bundleid}`)
.attr("href", `screenshots?p=${bundleid}`)
.text("Screenshots")
);
},
Expand All @@ -85,7 +85,7 @@ function getContentBlocks() {
// create changelog link
$("#changesList").append(
$("<a class='link-item list-group-item'>")
.attr("href", `changelog.html?p=${bundleid}`)
.attr("href", `changelog?p=${bundleid}`)
.text("Full Changelog")
);
},
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2 class="section-title">Featured Packages</h2>
simulates an old package that's incompatible only with iOS lower
than 7.0.
</p>
<a class="btn btn-primary" href="depictions/?p=com.example.sample"
<a class="btn btn-primary" href="depictions/web/?p=com.example.newsample"
>More info</a
>
</div>
Expand All @@ -143,7 +143,7 @@ <h2 class="section-title">Featured Packages</h2>
<p class="card-text">
This is a sample package with lots of information.
</p>
<a class="btn btn-primary" href="depictions/?p=com.example.sample"
<a class="btn btn-primary" href="depictions/web/?p=com.example.oldsample"
>More info</a
>
</div>
Expand Down

0 comments on commit 5af4080

Please sign in to comment.