howto/IPsecWithPublicKeys.md
... ...
@@ -28,9 +28,9 @@ Keep in mind that certificates are just public keys wrapped with some extra meta
28 28
29 29
## Ok fine, how do I public key?
30 30
### Conversion tool
31
-Different implementations use different formats to represent public keys, and it's necessary to be able to convert between them. Here is [a script][pubkey-converter] for that purpose.
31
+Different implementations use different formats to represent public keys, and it's necessary to be able to convert between them. Here is a script for that purpose:
32 32
33
-[pubkey-converter]: https://github.com/ryanriske/pubkey-converter "Public key conversion script"
33
+https://github.com/ryanriske/pubkey-converter
34 34
35 35
### How-To examples
36 36
| Implementation | Key format |