Skip to content

Commit

Permalink
Update GUESSED_TYPES_URL (#3068)
Browse files Browse the repository at this point in the history
update `GUESSED_TYPES_URL`
  • Loading branch information
csjh authored Jan 15, 2025
1 parent 7fb9adf commit 60390ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_lsp/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module RubyLsp
end,
String,
)
GUESSED_TYPES_URL = "https://shopify.github.io/ruby-lsp/design-and-roadmap.html#guessed-types"
GUESSED_TYPES_URL = "https://shopify.github.io/ruby-lsp/#guessed-types"

# Request delegation for embedded languages is not yet standardized into the language server specification. Here we
# use this custom error class as a way to return a signal to the client that the request should be delegated to the
Expand Down

0 comments on commit 60390ec

Please sign in to comment.