Skip to content

Commit 8f0f392

Browse files
committed
Make minor README fixes
Switching from the relative to the absolute file url so that the link will work from PyPI, etc as well.
1 parent d10c14b commit 8f0f392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Hashicorp Vault for GitHub Apps
1+
# HashiCorp Vault for GitHub Apps
22

33
Python library for using [HashiCorp Vault][1]'s [Transit Engine][2] to
44
manage a GitHub App's private RSA key. More precisely, the library
@@ -18,7 +18,7 @@ pip install hv4gha
1818
## Usage
1919

2020
In addition to the examples below see also the
21-
[hv4gha/entry.py](hv4gha/entry.py) docstrings.
21+
[hv4gha/entry.py](https://github.com/andreaso/hv4gha/blob/main/hv4gha/entry.py) docstrings.
2222

2323
### Import App key
2424

0 commit comments

Comments
 (0)