Skip to content

Commit

Permalink
Replaced some references to github to ones to sourcehut
Browse files Browse the repository at this point in the history
Thanx to ~skyfaller that reported it
  • Loading branch information
mariusor committed Jun 13, 2023
1 parent ecdeca4 commit 6321806
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Built using a performant stack, and with minimal dependencies, it tries to provi

___

[![MIT Licensed](https://img.shields.io/github/license/mariusor/go-littr.svg)](https://raw.githubusercontent.com/mariusor/go-littr/master/LICENSE)
[![MIT Licensed](https://img.shields.io/github/license/mariusor/go-littr.svg)](https://git.sr.ht/~mariusor/brutalinks/blob/master/LICENSE)
[![Builds status](https://builds.sr.ht/~mariusor/go-littr.svg)](https://builds.sr.ht/~mariusor/go-littr)
6 changes: 3 additions & 3 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Pre-requisites

The basic requirement for running [go-littr](https://github.com/mariusor/go-littr) locally is a
go dev environment (version 1.11 or newer, as we require go modules support).
The basic requirement for running [BrutaLinks](https://git.sr./~mariusor/brutalinks) locally is a
go dev environment (version 1.18 or newer).

```sh
$ git clone https://git.sr.ht/~mariusor/brutalinks
Expand All @@ -15,7 +15,7 @@ $ cd brutalinks
We are now using [fedbox](https://github.com/go-ap/fedbox) as an *ActivityPub* backend.
Follow the project's [install instructions]((https://github.com/go-ap/fedbox/blob/master/doc/INSTALL.md)) to get the instance running. We'll assume your instance is https://fedbox.example.com

After Fed::BOX is running, you need to create the required brutalinks actors:
After FedBOX is running, you need to create the required brutalinks actors:

```sh
# This creates an OAuth2 account and ActivityPub Application Actor for Brutalinks.
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ul>
<li><small>Content: <a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="license">CC-BY-SA 4.0</a></small></li>
<li><small>Source code:
<a href="https://github.com/mariusor/go-littr/blob/master/LICENSE" rel="license">MIT</a> &ndash;
<a href="https://raw.githubusercontent.com/mariusor/go-littr/master/LICENSE" rel="license">MIT</a> &ndash;
{{ if $version }}<a title="Version" href="https://git.sr.ht/~mariusor/brutalinks/commit/{{ trimSuffix $version "-git" }}">{{ icon "code" }} {{$version}}</a>{{- else -}}
<a title="The code" href="https://git.sr.ht/~mariusor/brutalinks/tree">{{ icon "code" }}</a>{{- end }}</small>
</li>
Expand Down

0 comments on commit 6321806

Please sign in to comment.