Skip to content

Commit

Permalink
apacheGH-42039: [Docs][Go] Fix broken link (apache#42040)
Browse files Browse the repository at this point in the history
### Rationale for this change

Fix the broken link to the correct link due to a change in the path.

### What changes are included in this PR?

Updating link from the incorrect `go/` path to change in the path.

- old link: https://arrow.apache.org/adbc/main/driver/go/flight_sql.html#client-options
- new link: https://arrow.apache.org/adbc/main/driver/flight_sql.html#client-options

### Are these changes tested?

Yes. I have checked the link.

### Are there any user-facing changes?

Yes, the updated link will be visible to users.

* GitHub Issue: apache#42039

Authored-by: Hyunseok Seo <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
llama90 authored Jun 9, 2024
1 parent 601be76 commit 399408c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {

DSN option keys are expressed as `k=v`, delimited with `;`.
Some options keys are defined in ADBC, others are defined in the FlightSQL ADBC driver.
- Arrow ADBC [developer doc](https://arrow.apache.org/adbc/main/driver/go/flight_sql.html#client-options)
- Arrow ADBC [developer doc](https://arrow.apache.org/adbc/main/driver/flight_sql.html#client-options)
- ADBC [source code](https://github.com/apache/arrow-adbc/blob/3d12fad1bae21029a8ff25604d6e65760c3f65bd/go/adbc/adbc.go#L149-L158)
- FlightSQL driver option keys [source code](https://github.com/apache/arrow-adbc/blob/3d12fad1bae21029a8ff25604d6e65760c3f65bd/go/adbc/driver/flightsql/flightsql_adbc.go#L70-L81)

Expand Down

0 comments on commit 399408c

Please sign in to comment.