Skip to content

Commit

Permalink
Fix cgit and Gitea heading levels in README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Jul 23, 2024
1 parent 9acdc87 commit 0acdfd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ visited.
git-link comes with functions for linking to repositories hosted by these services but, because they're self-hosted there is no default URL to match.
To make git-link work with these you must configure your URLs to use the appropriate matching function.

### cgit
#### cgit

```el
(eval-after-load 'git-link
Expand All @@ -122,7 +122,7 @@ To make git-link work with these you must configure your URLs to use the appropr
'("your-cgit\\.domain\\.tld" git-link-commit-cgit))))
```

### Gitea
#### Gitea

```el
(eval-after-load 'git-link
Expand Down

0 comments on commit 0acdfd6

Please sign in to comment.