Skip to content

Commit

Permalink
fix: master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Dec 28, 2024
1 parent c33bd5e commit 2436fa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
'/v1-6/.*_sidebar.md': 'https://raw.githubusercontent.com/anycable/docs.anycable.io/1-6-stable/docs/_sidebar.md',
'/edge/.*_sidebar.md': '_sidebar.md',
'/.*/_sidebar.md': 'https://raw.githubusercontent.com/anycable/docs.anycable.io/1-5-stable/docs/_sidebar.md',
'/edge/anycable-go/(.*)': 'https://raw.githubusercontent.com/anycable/anycable/master/docs/$1',
'/edge/ruby/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-rb/master/docs/$1',
'/edge/rails/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-rails/master/docs/$1',
'/edge/anycable-go/(.*)': 'https://raw.githubusercontent.com/anycable/anycable/main/docs/$1',
'/edge/ruby/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-rb/main/docs/$1',
'/edge/rails/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-rails/main/docs/$1',
'/v1-3/anycable-go/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-go/1-3-stable/docs/$1',
'/v1-3/ruby/(.*)': 'https://raw.githubusercontent.com/anycable/anycable/1-3-stable/docs/$1',
'/v1-3/rails/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-rails/1-3-stable/docs/$1',
Expand Down

0 comments on commit 2436fa5

Please sign in to comment.