summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shields <mshields@google.com>2015-08-17 17:14:10 -0700
committerMichael Shields <mshields@google.com>2015-08-17 17:14:10 -0700
commitf69978e394f82a13a296db723fa0c3ca684d4cfd (patch)
treecaf3815198cead48e510c1c360eb35b469b51629
parent68b31c15d48f8ed25a51bdedadaf50acd82ed8c1 (diff)
downloadipaddr-py-f69978e394f82a13a296db723fa0c3ca684d4cfd.tar.gz
Convert README to Markdown, and update links.
-rw-r--r--README.md (renamed from README)6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README.md
index 1b54294..e5595f9 100644
--- a/README
+++ b/README.md
@@ -1,8 +1,8 @@
-ipaddr.py is a library for working with IP addresses, both IPv4 and IPv6.
+`ipaddr.py` is a library for working with IP addresses, both IPv4 and IPv6.
It was developed by Google for internal use, and is now open source.
-Project home page: http://code.google.com/p/ipaddr-py/
+Project home page: https://github.com/google/ipaddr-py
Please send contributions to ipaddr-py-dev@googlegroups.com. Code should
include unit tests and follow the Google Python style guide:
-http://code.google.com/p/soc/wiki/PythonStyleGuide
+https://google.github.io/styleguide/pyguide.html