duckdb / duckdb-web

DuckDB website and documentation
https://duckdb.org
MIT License
144 stars 278 forks source link

Issue found on page 'Concurrency' #2373

Closed brettgriffin closed 4 months ago

brettgriffin commented 4 months ago

Please describe the problem you encountered in the DuckDB documentation and include the "Page URL" link shown below. Note: only create an issue if you wish to report a problem with the DuckDB documentation. For questions about DuckDB or the use of certain DuckDB features, use GitHub Discussions, Stack Overflow, or Discord.

Page URL: https://duckdb.org/docs/connect/concurrency.html

Multiple processes can read from the database, but no processes can write (access_mode = 'READ_ONLY').

https://duckdb.org/docs/sql/configuration#configuration-reference is an invalid URL and should be https://duckdb.org/docs/configuration/overview#configuration-reference

szarnyasg commented 4 months ago

Thanks, I shuffled around the config page today. Will send a fix in a sec.