aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Bruno Kim Medeiros Cesar <brunokim.mc@gmail.com>2018-02-01 02:08:51 -0200
committerGravatar GitHub <noreply@github.com>2018-02-01 02:08:51 -0200
commit0d397a1756a1c1dfc47c6d278124390fa215a00d (patch)
tree141806d616fb05526b7d357093ac4872869d3908 /docs
parent6456e5d6462e8c3d21d6afd64420dbd028ea3245 (diff)
Fix link markup in third party list.
Diffstat (limited to 'docs')
-rw-r--r--docs/third_party.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/third_party.md b/docs/third_party.md
index 0963fe2f..1b03b9ff 100644
--- a/docs/third_party.md
+++ b/docs/third_party.md
@@ -161,7 +161,7 @@ There are miscellaneous other things you may find useful as a Protocol Buffers d
* [ProtoBuf with Java EE7 Expression Language 3.0; pure Java ProtoBuf Parser and Builder.](https://github.com/protobufel/protobuf-el)
* [Notepad++ Syntax Highlighting for .proto files](https://github.com/chai2010/notepadplus-protobuf)
* [Linter for .proto files](https://github.com/ckaznocha/protoc-gen-lint)
-* [Protocol Buffers Dynamic Schema - create protobuf schemas programmatically (Java)] (https://github.com/os72/protobuf-dynamic)
+* [Protocol Buffers Dynamic Schema - create protobuf schemas programmatically (Java)](https://github.com/os72/protobuf-dynamic)
* [Make protoc plugins in NodeJS](https://github.com/konsumer/node-protoc-plugin)
* [ProfaneDB - A Protocol Buffers database](https://profanedb.gitlab.io)
* [Protocol Buffer property-based testing utility and example message generator (Python / Hypothesis)](https://github.com/CurataEng/hypothesis-protobuf)