Skip to content

Commit 8dac8f1

Browse files
authored
Minor: fix link errors in docs (#19088)
I had an AI tool (`codex`) look for broken links in the docs and it found two. I tested both changes locally
1 parent f22a3f3 commit 8dac8f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/contributor-guide/inviting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ explicitly add them to the roster on the [Whimsy Roster Tool].
126126
### Step 4: Announce and Celebrate the New Committer
127127

128128
Email to Send an email such as the following to
129-
[dev@datafusion.apache.org](mailto:dev@datafusion.apache.org]) to celebrate and
129+
[dev@datafusion.apache.org](mailto:dev@datafusion.apache.org) to celebrate and
130130
acknowledge the new committer to the community.
131131

132132
```

docs/source/user-guide/sql/scalar_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2125,7 +2125,7 @@ upper(str)
21252125

21262126
### `uuid`
21272127

2128-
Returns [`UUID v4`](<https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_(random)>) string value which is unique per row.
2128+
Returns [`UUID v4`](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_%28random%29) string value which is unique per row.
21292129

21302130
```sql
21312131
uuid()

0 commit comments

Comments
 (0)