Skip to content

Commit d4ae08c

Browse files
committed
Update repo link and README
1 parent d413c27 commit d4ae08c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Website for browsing [DependencyControl](https://github.com/TypesettingTools/Dep
33

44
Build with [Eleventy](https://www.11ty.dev/) and [Bootstrap](https://getbootstrap.com/).
55

6-
[depctrl.sepr0.com](https://depctrl.sepr0.com/) is deployed on Cloudflare Pages. With Cloudflare Workers triggering a rebuild every 24 hours and on feed updates (fetched every 5 minutes).
6+
[typesettingtools.github.io/depctrl-browser/](https://typesettingtools.github.io/depctrl-browser/) is hosted on GitHub Pages with a rebuild being triggered every 24 hours.
7+
In addition a Cloudflare Worker checks for feed updates every 5 minutes which also triggers a rebuild.

src/_layouts/base.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<a class="nav-link{% if '/modules/' === page.url %} active{% endif %}" href="{{ "/modules/" | url }}">Modules</a>
3535
</li>
3636
<li class="nav-item">
37-
<a class="nav-link" href="https://github.com/seproDev/depctrl-browser">GitHub</a>
37+
<a class="nav-link" href="https://github.com/TypesettingTools/depctrl-browser">GitHub</a>
3838
</li>
3939
</ul>
4040
<form class="d-flex" role="search">

0 commit comments

Comments
 (0)