update link paths in docs markup

This commit is contained in:
Erin Morrissey
2022-10-25 11:53:27 -07:00
parent c8f3cfa8fc
commit b8f05267a9
14 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ module Liquid
# @liquid_type object
# @liquid_name forloop
# @liquid_summary
# Information about a parent [`for` loop](/api/liquid/tags#for).
# Information about a parent [`for` loop](/api/liquid/tags/for).
class ForloopDrop < Drop
def initialize(name, length, parentloop)
@name = name