Skip to content

Commit 118cd34

Browse files
committed
fixed links
1 parent 5f6810f commit 118cd34

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,17 @@ For simplicity, all schemas are also available as JSON/YML files under the folde
113113
* SCS, [jdk_8_maven/cs/graphql/graphql-scs](jdk_8_maven/cs/graphql/graphql-scs), (not-known license, artificial string examples coming from different sources)
114114

115115

116-
### RPC (Thrift/gRPC): Java
116+
### RPC (e.g.,Thrift and gRPC): Java
117117

118118
* Signal-Registration (not-known license), [jdk_17_maven/cs/grpc/signal-registration](jdk_17_maven/cs/grpc/signal-registration), from [https://github.com/signalapp/registration-service]()
119119

120-
* NCS (not-known license, artificial numerical examples coming from different sources)
120+
* NCS (not-known license, artificial numerical examples coming from different sources).
121+
Thrift: [jdk_8_maven/cs/rpc/thrift/artificial/thrift-ncs](jdk_8_maven/cs/rpc/thrift/artificial/thrift-ncs).
122+
gRPC: [jdk_8_maven/cs/rpc/grpc/artificial/grpc-ncs](jdk_8_maven/cs/rpc/grpc/artificial/grpc-ncs).
121123

122-
* SCS (not-known license, artificial string examples coming from different sources)
124+
* SCS (not-known license, artificial string examples coming from different sources).
125+
Thrift: [jdk_8_maven/cs/rpc/thrift/artificial/thrift-scs](jdk_8_maven/cs/rpc/thrift/artificial/thrift-scs).
126+
gRPC: [jdk_8_maven/cs/rpc/grpc/artificial/grpc-scs](jdk_8_maven/cs/rpc/grpc/artificial/grpc-scs).
123127

124128

125129
### WEB: backend in Java/Kotlin

0 commit comments

Comments
 (0)