Skip to content

Commit 9ee1aa0

Browse files
committed
doc: fix up links in XML::Builder documentation
1 parent 3df33f1 commit 9ee1aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/nokogiri/xml/builder.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ module XML
200200
# === Namespace inheritance
201201
#
202202
# In the Builder context, children will inherit their parent's namespace. This is the same
203-
# behavior as if the underlying {XML::Document} set +namespace_inheritance+ to +true+:
203+
# behavior as if the underlying XML::Document set +namespace_inheritance+ to +true+:
204204
#
205205
# result = Nokogiri::XML::Builder.new do |xml|
206206
# xml["soapenv"].Envelope("xmlns:soapenv" => "http://schemas.xmlsoap.org/soap/envelope/") do
@@ -229,7 +229,7 @@ module XML
229229
# # <soapenv:Body/>
230230
# # </soapenv:Envelope>
231231
#
232-
# For more information on namespace inheritance, please see {XML::Document#namespace_inheritance}
232+
# For more information on namespace inheritance, please see XML::Document#namespace_inheritance
233233
#
234234
#
235235
# == Document Types

0 commit comments

Comments
 (0)