Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links in 401 release notes #14778

Merged
merged 1 commit into from
Oct 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/src/main/sphinx/release/release-401.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

## Hive connector

* Add support for [IBM Cloud Object Storage](#hive-cos). ({issue}`14625`)
* Add support for [IBM Cloud Object Storage](/connector/hive-cos). ({issue}`14625`)
* Allow creating tables with an Avro schema literal using the new table property
`avro_schema_literal`. ({issue}`14426`)
* Fix potential query failure or incorrect results when reading from a table
Expand Down Expand Up @@ -60,7 +60,7 @@
## MySQL connector

* Add support for writes when [fault-tolerant
execution](#fault-tolerant-execution) is enabled. ({issue}`14445`)
execution](/admin/fault-tolerant-execution) is enabled. ({issue}`14445`)

## Pinot connector

Expand All @@ -69,12 +69,12 @@
## PostgreSQL connector

* Add support for writes when [fault-tolerant
execution](#fault-tolerant-execution) is enabled. ({issue}`14445`)
execution](/admin/fault-tolerant-execution) is enabled. ({issue}`14445`)

## SQL Server connector

* Add support for writes when [fault-tolerant
execution](#fault-tolerant-execution) is enabled. ({issue}`14730`)
execution](/admin/fault-tolerant-execution) is enabled. ({issue}`14730`)

## SPI

Expand Down