diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2023-03-04 01:54:38 +0000 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2023-03-04 01:54:38 +0000 |
commit | d72147e4404dda091c931bb363225d48ae25f675 (patch) | |
tree | a9f6294df3fe7265741294823da5dfa1668dd502 /services.html | |
parent | 4596c657e070e6957dcd5173ae2b1f43c7cfe224 (diff) |
More website changes
Diffstat (limited to 'services.html')
-rw-r--r-- | services.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services.html b/services.html index f0f755e..d4e96b5 100644 --- a/services.html +++ b/services.html @@ -31,10 +31,10 @@ <div id="content"> <h2>Services under this domain</h2> <div class="grid"> - <a href="searxng.rafaelmarcalo.xyz" title="SearXNG" class="grid-element"> + <a href="https://searxng.rafaelmarcalo.xyz" title="SearXNG" class="grid-element"> <p class="grid-icon">🔍</p> </a> - <a href="git.rafaelmarcalo.xyz" title="Git Server" class="grid-element"> + <a href="https://git.rafaelmarcalo.xyz" title="Git Server" class="grid-element"> <p class="grid-icon">🗄️</p> </a> </div> |