From 1c789cea1e59d457379ca10bdcb8f4ac4632dec9 Mon Sep 17 00:00:00 2001 From: Kengo Seki Date: Mon, 13 Jan 2020 10:48:58 +0900 Subject: THRIFT-5065: Fix broken links in the IDL document Patch: Kengo Seki This closes #1983 --- doc/specs/idl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/specs/idl.md b/doc/specs/idl.md index 32763a6b6..df7e8d732 100644 --- a/doc/specs/idl.md +++ b/doc/specs/idl.md @@ -224,8 +224,8 @@ Here are some examples of Thrift definitions, using the Thrift IDL: [tutorial]: /tutorial/ [fb303.thrift]: https://raw.githubusercontent.com/apache/thrift/master/contrib/fb303/if/fb303.thrift [Apache Cassandra's]: http://cassandra.apache.org/ - [cassandra.thrift]: http://svn.apache.org/viewvc/cassandra/trunk/interface/cassandra.thrift?view=co - [Evernote API]: http://www.evernote.com/about/developer/api/ + [cassandra.thrift]: https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=interface/cassandra.thrift;hb=refs/heads/cassandra-3.0 + [Evernote API]: https://github.com/evernote/evernote-thrift ## To Do/Questions -- cgit v1.2.1