Browse Source

updated binc.go with new Binc Home on github.

Ugorji Nwoke 12 years ago
parent
commit
0598429189
1 changed files with 1 additions and 1 deletions
  1. 1 1
      codec/binc.go

+ 1 - 1
codec/binc.go

@@ -14,7 +14,7 @@ import (
 //var _ = fmt.Printf
 
 //BincHandle is a Handle for the Binc Schema-Free Encoding Format
-//defined at http://www.ugorji.net/project/binc .
+//defined at https://github.com/ugorji/binc .
 //
 //BincHandle currently supports all Binc features with the following EXCEPTIONS:
 //  - only integers up to 64 bits of precision are supported.