Skip to content

Commit e19958d

Browse files
authored
Merge pull request #6979 from segmentio/fix-functions-copilot-link
Fix Functions Copilot Link
2 parents 90adb66 + c53cb33 commit e19958d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/connections/functions/copilot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Functions Copilot can help you:
2222

2323
This table lists example prompts you can use with Functions Copilot:
2424

25-
| Function Type | Example Prompts |
26-
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
27-
| **Source Functions** | "Transform incoming data into a track event."<br><br>"Enrich user data with additional demographic details using an external API." |
25+
| Function Type | Example Prompts |
26+
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
27+
| **Source Functions** | "Transform incoming data into a track event."<br><br>"Enrich user data with additional demographic details using an external API." |
2828
| **Destination Functions** | "Create a function that enriches an Identify event using the Profile API."<br><br>"Remove PII data and hash email addresses in an Identify event." |
2929
| **Destination Insert Functions** | "Enrich an Identify event using an external API."<br><br>"Tokenize PII data before sending it downstream." |
3030

src/connections/functions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ To learn more, visit [destination insert functions](/docs/connections/functions/
4646

4747
With Functions Copilot, you can instrument custom integrations, enrich and transform data, and even secure sensitive data nearly instantaneously without writing a line of code.
4848

49-
To learn more, visit the [Functions Copilot documentation](//docs/connections/functions/functions-copilot).
49+
To learn more, visit the [Functions Copilot documentation](/docs/connections/functions/copilot/).

0 commit comments

Comments
 (0)