Skip to content

Commit

Permalink
docs: fix references to root CONTRIBUTING.md file (#2521)
Browse files Browse the repository at this point in the history
Closes #2522
  • Loading branch information
felipecrv authored Feb 12, 2025
1 parent 1ce10b8 commit 469f62c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion c/driver/bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This driver provides an interface to

## Building

See [CONTRIBUTING.md](../../CONTRIBUTING.md) for details.
See [CONTRIBUTING.md](../../../CONTRIBUTING.md) for details.

## Testing

Expand Down
2 changes: 1 addition & 1 deletion c/driver/postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Dependencies: libpq itself. This can be installed with your favorite
package manager; however, you may need to set the `PKG_CONFIG_PATH`
environment variable such that `pkg-config` can find libpq.

See [CONTRIBUTING.md](../../CONTRIBUTING.md) for details.
See [CONTRIBUTING.md](../../../CONTRIBUTING.md) for details.

## Testing

Expand Down
2 changes: 1 addition & 1 deletion c/driver/snowflake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This driver provides an interface to

## Building

See [CONTRIBUTING.md](../../CONTRIBUTING.md) for details.
See [CONTRIBUTING.md](../../../CONTRIBUTING.md) for details.

## Testing

Expand Down
2 changes: 1 addition & 1 deletion c/driver/sqlite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This driver provides an interface to
Dependencies: SQLite itself. This can be installed with your favorite
package manager.

See [CONTRIBUTING.md](../../CONTRIBUTING.md) for details.
See [CONTRIBUTING.md](../../../CONTRIBUTING.md) for details.

## Testing

Expand Down

0 comments on commit 469f62c

Please sign in to comment.