Skip to content

Commit fe8a969

Browse files
committed
Fix some links
1 parent c6e0114 commit fe8a969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sequence/sequence.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Generates a new, auto-reframed sequence.
285285

286286
#### Returns
287287

288-
Returns the new [Sequence object](#sequence).
288+
Returns the new [Sequence object](#sequence-object).
289289

290290
#### Example
291291

@@ -403,7 +403,7 @@ Creates a new sequence, from the in point to the out point, which is a sub-seque
403403

404404
#### Returns
405405

406-
Returns the newly-created [Sequence object](#sequence).
406+
Returns the newly-created [Sequence object](#sequence-object).
407407

408408
!!! note
409409
This is not the same as nesting. The newly-created sequence is not inserted back into the original sequence. To nest, see the example function below.

0 commit comments

Comments
 (0)