You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2020/01/19 21:13:48 UTC

[thrift] branch master updated: THRIFT-5065: Fix broken links in the IDL document Patch: Kengo Seki This closes #1983

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c789ce  THRIFT-5065: Fix broken links in the IDL document Patch: Kengo Seki This closes #1983
1c789ce is described below

commit 1c789cea1e59d457379ca10bdcb8f4ac4632dec9
Author: Kengo Seki <se...@apache.org>
AuthorDate: Mon Jan 13 10:48:58 2020 +0900

    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(-)

diff --git a/doc/specs/idl.md b/doc/specs/idl.md
index 32763a6..df7e8d7 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