From 86dd312b389fe9954c662d1cb28c58f01756dc12 Mon Sep 17 00:00:00 2001 From: Dustin Sallings Date: Mon, 29 Dec 2014 17:00:17 -0800 Subject: [PATCH] oh look, coap is an RFC now --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 03c058d..748fe6f 100644 --- a/README.markdown +++ b/README.markdown @@ -1,8 +1,8 @@ # Constrained Application Protocol Client and Server for go -You can read more about CoAP in [the ietf draft][coap]. I also did +You can read more about CoAP in [RFC 7252][coap]. I also did some preliminary work on `SUBSCRIBE` support from [an early draft][shelby]. [shelby]: http://tools.ietf.org/html/draft-shelby-core-coap-01 -[coap]: http://tools.ietf.org/html/draft-ietf-core-coap-18 +[coap]: http://tools.ietf.org/html/rfc7252