Skip to content

Commit c247d99

Browse files
committed
Update contributing guidelines
1 parent 2775c00 commit c247d99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Some of this style guide is automated with GitHub Actions, but feel free to run
6868
* Code blocks using the `batch` language tag automatically receive `$` prompt when rendered. To typeset a Bash code block without a prompt, use the `bash` language tag (e.g., \`\`\`batch CODE\`\`\`). The two use the same syntax highlighter, the only difference is the absence of the prompt.
6969
* To display blocks of text without a language (e.g., output of a script), use \`\`\`text OUTPUT\`\`\`.
7070
* To display error messages, use \`\`\`console ERROR MESSAGE\`\`\`.
71-
* Quoted blocks (lines starting with `>`) are rendered as [a colored box](https://duckdb.org/docs/data/insert). The following box types are available: `Note` (default), `Warning`, `Tip`, `Bestpractice`, `Deprecated`.
71+
* Quoted blocks (lines starting with `>`) are rendered as [colored boxed](https://duckdb.org/docs/stable/data/insert). The following box types are available: `Note` (default), `Warning`, `Tip`, `Bestpractice`, `Deprecated`.
7272
* Always format SQL code, variable names, function names, etc. as code. For example, when talking about the `CREATE TABLE` statement, the keywords should be formatted as code.
7373
* When presenting SQL statements, do not include the DuckDB prompt (`D `).
7474
* SQL statements should end with a semicolon (`;`) to allow readers to quickly paste them into a SQL console.
@@ -155,8 +155,8 @@ Some of this style guide is automated with GitHub Actions, but feel free to run
155155

156156
## Preview, Stable and Versioned Pages
157157

158-
* The `preview` pages under <https://duckdb.org/docs/preview/> contains documentation for the latest preview (nightly) release of DuckDB. Most pull requests should target these pages. Pull requests documenting new features must target these pages.
159-
* The `stable` pages under <https://duckdb.org/docs/stable/> contain documentation for the latest stable release of DuckDB (e.g., v1.2).
158+
* The `preview` pages under <https://duckdb.org/docs/preview/> contains documentation for the latest preview (nightly) release of DuckDB.
159+
* The `stable` pages under <https://duckdb.org/docs/stable/> contain documentation for the latest stable release of DuckDB (e.g., v1.2). **Most pull requests should target these pages.**
160160
* The versioned pages (e.g., <https://duckdb.org/docs/v1.0/>) contain documentation for old stable versions of DuckDB. We generally only accept contributions to the latest stable version. Older pages are only maintained if they contain a critical error.
161161

162162
## Generated Pages

0 commit comments

Comments
 (0)