Fix URL to point to blog posting. master
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 8 Jan 2016 17:21:19 +0000 (17:21 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 8 Jan 2016 17:21:19 +0000 (17:21 +0000)
ilenstr.h

index 041fdb4..4fd2904 100644 (file)
--- a/ilenstr.h
+++ b/ilenstr.h
@@ -1,7 +1,7 @@
 /* Strings with implicit length.
  * Richard W.M. Jones <rjones@redhat.com>
  *
- * https://rwmj.wordpress.com
+ * https://rwmj.wordpress.com/2016/01/08/half-baked-ideas-c-strings-with-implicit-length-field/
  *
  * Inspired by this OCaml implementation of strings:
  * https://rwmj.wordpress.com/2009/08/05/ocaml-internals-part-2-strings-and-other-types/