lib/tapioca/compilers/dsl/protobuf.rb in tapioca-0.4.10 vs lib/tapioca/compilers/dsl/protobuf.rb in tapioca-0.4.11
- old
+ new
@@ -10,10 +10,10 @@
module Tapioca
module Compilers
module Dsl
# `Tapioca::Compilers::Dsl::Protobuf` decorates RBI files for subclasses of
- # `Google::Protobuf::MessageExts` (see https://github.com/protocolbuffers/protobuf/tree/master/ruby).
+ # [`Google::Protobuf::MessageExts`](https://github.com/protocolbuffers/protobuf/tree/master/ruby).
#
# For example, with the following "cart.rb" file:
#
# ~~~rb
# Google::Protobuf::DescriptorPool.generated_pool.build do