Skip to content

Commit

Permalink
Merging branches
Browse files Browse the repository at this point in the history
Merge branch 'gh-pages' of https://github.com/firebolt-db/firebolt-db.github.io into gh-pages
  • Loading branch information
arushi-firebolt committed Jul 29, 2024
2 parents acee53f + df7d9c6 commit 06e4233
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ GEM
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.17.0)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand All @@ -235,7 +235,8 @@ GEM
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (3.26.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand All @@ -250,6 +251,7 @@ GEM
faraday (>= 0.17.3, < 3)
simpleidn (0.2.1)
unf (~> 0.1.4)
strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ search:

aux_links:
"GET STARTED":
- "https:///www.firebolt.io/getting-started-now"
- "https://www.firebolt.io/getting-started-now"

# Google Analytics tracking
ga_tracking: UA-142599515-1
Expand Down
2 changes: 1 addition & 1 deletion docs/developing-with-firebolt/connecting-with-net.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ parent: Developing with Firebolt

# .NET

Firebolt provides a .NET Core driver (.NET 6) for developing .NET applications on Firebolt. For installation and usage instructions, see the [firebolt-net-sdk](https://github.com/firebolt-db/firebolt-net-sdk) repository on GitHub.
Firebolt provides a .NET Core driver (.NET 6) for developing .NET applications on Firebolt. For installation and usage instructions, see the [firebolt-net-sdk](https://github.com/firebolt-db/firebolt-net-sdk/tree/0.x) repository on GitHub.

0 comments on commit 06e4233

Please sign in to comment.