add support for generating TLSA records directly from a certificate file
[zonemaker.git] / README.md
index 7c26f59da73c1cf3215942bac522df1be7a2d4bc..bcbf5d4090afda108d7fda7a9c917de4cc5c8587 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ supporting those.
 
 ## Usage
 
-Simply call `zonemaker` with the zone python file as argument. The
+Simply call `zonemaker` with the zone Python file as argument. The
 result will be printed to stdout. See `db.example.com.py` for a sample
 file demonstrating the use of the interface. `Makefile.sample` shows
 how a makefile which first updates the zone(s), and then tells BIND to
@@ -27,7 +27,7 @@ reload, could look like.
 ## Source, License
 
 You can find the sources in the
-[git repository](http://www.ralfj.de/git/zonemaker.git) (also
+[git repository](https://git.ralfj.de/zonemaker.git) (also
 available [on GitHub](https://github.com/RalfJung/zonemaker)).  They
 are provided under a
 [2-clause BSD license](http://opensource.org/licenses/bsd-license.php). See