瀏覽代碼

Bring gh-pages more up to date with README

Evan Huus 10 年之前
父節點
當前提交
a99712a81f
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      index.md

+ 4 - 4
index.md

@@ -2,15 +2,15 @@
 layout: index
 ---
 
-Sarama is compatible with Go 1.1 and 1.2 (which means `go vet` on 1.2 may return some suggestions that we are ignoring for the sake of compatibility with 1.1).
+Sarama is compatible with Go 1.2 and 1.3.
 
 A word of warning: the API is not 100% stable yet. It won't change much (in particular the low-level Broker and Request/Response objects could *probably* be considered frozen) but there may be the occasional parameter added or function renamed. As far as semantic versioning is concerned, we haven't quite hit 1.0.0 yet. It is absolutely stable enough to use, just expect that you might have to tweak things when you update to a newer version.
 
 Other related links:
 
-* https://kafka.apache.org
-* https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol
+* [Kafka Project Home](https://kafka.apache.org)
+* [Kafka Protocol Specification](https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol)
 
 ## License
 
-Copyright (c) 2013 Shopify. Released under the [MIT-LICENSE](http://opensource.org/licenses/MIT).
+Copyright (c) 2014 Shopify. Released under the [MIT-LICENSE](http://opensource.org/licenses/MIT).