Skip to content

Commit 693804d

Browse files
authored
fix: Extractors & Post Processors broken links (#974)
1 parent 19d7138 commit 693804d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/ruby-gem/how-to/advanced-content-extraction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ While basic selectors are straightforward, you can achieve very precise content
77

88
## Extractors
99

10-
Learn how to extract specific attributes (like `src` for images) or static values. See [Extractors](/ruby-gem/reference/selectors/extractors).
10+
Learn how to extract specific attributes (like `src` for images) or static values. See [Extractors](/ruby-gem/reference/selectors/#extractors).
1111

1212
## Post Processors
1313

14-
Manipulate extracted text, sanitize HTML, convert Markdown, or apply custom logic. See [Post Processors](/ruby-gem/reference/selectors/post-processors).
14+
Manipulate extracted text, sanitize HTML, convert Markdown, or apply custom logic. See [Post Processors](/ruby-gem/reference/selectors/#post-processors).

0 commit comments

Comments
 (0)