Skip to content

Commit

Permalink
Merge pull request #4254 from szarnyasg/nits-20241203g
Browse files Browse the repository at this point in the history
Nits 20241203g
  • Loading branch information
szarnyasg authored Dec 3, 2024
2 parents b941b36 + 7fd8b2f commit 4f37c3c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ GEM
nokogiri (~> 1.12)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.8.2)
json (2.9.0)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
Expand All @@ -190,21 +190,21 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
logger (1.6.2)
mercenary (0.4.0)
net-http (0.5.0)
net-http (0.6.0)
uri
nokogiri (1.16.7-aarch64-linux)
nokogiri (1.16.8-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.7-arm-linux)
nokogiri (1.16.8-arm-linux)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
nokogiri (1.16.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86-linux)
nokogiri (1.16.8-x86-linux)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
nokogiri (1.16.8-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
nokogiri (1.16.8-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand All @@ -221,25 +221,25 @@ GEM
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-embedded (1.81.0-aarch64-linux-gnu)
sass-embedded (1.81.1-aarch64-linux-gnu)
google-protobuf (~> 4.28)
sass-embedded (1.81.0-aarch64-linux-musl)
sass-embedded (1.81.1-aarch64-linux-musl)
google-protobuf (~> 4.28)
sass-embedded (1.81.0-arm-linux-gnueabihf)
sass-embedded (1.81.1-arm-linux-gnueabihf)
google-protobuf (~> 4.28)
sass-embedded (1.81.0-arm-linux-musleabihf)
sass-embedded (1.81.1-arm-linux-musleabihf)
google-protobuf (~> 4.28)
sass-embedded (1.81.0-arm64-darwin)
sass-embedded (1.81.1-arm64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.81.0-x86-linux-gnu)
sass-embedded (1.81.1-x86-linux-gnu)
google-protobuf (~> 4.28)
sass-embedded (1.81.0-x86-linux-musl)
sass-embedded (1.81.1-x86-linux-musl)
google-protobuf (~> 4.28)
sass-embedded (1.81.0-x86_64-darwin)
sass-embedded (1.81.1-x86_64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.81.0-x86_64-linux-gnu)
sass-embedded (1.81.1-x86_64-linux-gnu)
google-protobuf (~> 4.28)
sass-embedded (1.81.0-x86_64-linux-musl)
sass-embedded (1.81.1-x86_64-linux-musl)
google-protobuf (~> 4.28)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -254,7 +254,7 @@ GEM
ethon (>= 0.9.0)
unicode-display_width (2.6.0)
uri (1.0.2)
webrick (1.9.0)
webrick (1.9.1)
word_wrap (1.0.0)

PLATFORMS
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Welcome to the documentation for the DuckDB Community Extensions.

This website contains all documentation specific to community contributed & maintained extensions for DuckDB.

DuckDB is an analytical in-process SQL database management system, documented at [DuckDB documentation Website](https://duckdb.org/docs/).
DuckDB is an analytical in-process SQL database management system, documented at [DuckDB documentation website]({% link docs/index.md %}).

Community means that the extensions are created by external contributors and not maintained by [DuckDB Labs](https://duckdblabs.com/).

Extensions for DuckDB are the preferred way to package additional functionality for DuckDB. Generic extensions are documented in the [core DuckDB documentation](https://duckdb.org/docs/extensions/).
Extensions for DuckDB are the preferred way to package additional functionality for DuckDB. Generic extensions are documented in the [core DuckDB documentation]({% link docs/extensions/overview.md %}).

## How to Use a Community Extension

Expand Down

0 comments on commit 4f37c3c

Please sign in to comment.