From fc7874e64ea01a8a3df50c37e0e7b9d5c9e3b601 Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Wed, 23 Oct 2024 01:06:34 +0200 Subject: [PATCH] Fix GitHub link for upstream markdown grammer (#19580) This PR removes an extra slash from the Github link to the upstream Tree-sitter markdown grammer introduced in #19570 in the cargo-files. Release Notes: - N/A --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c47ca00d5..d4c892e4ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12443,7 +12443,7 @@ checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57" [[package]] name = "tree-sitter-md" version = "0.3.2" -source = "git+https://github.com//tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539" +source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539" dependencies = [ "cc", "tree-sitter-language", diff --git a/Cargo.toml b/Cargo.toml index 92f485da9f..a64be70661 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -459,7 +459,7 @@ tree-sitter-diff = "0.1.0" tree-sitter-html = "0.20" tree-sitter-jsdoc = "0.23" tree-sitter-json = "0.23" -tree-sitter-md = { git = "https://github.com//tree-sitter-grammars/tree-sitter-markdown", rev = "9a23c1a96c0513d8fc6520972beedd419a973539" } +tree-sitter-md = { git = "https://github.com/tree-sitter-grammars/tree-sitter-markdown", rev = "9a23c1a96c0513d8fc6520972beedd419a973539" } tree-sitter-python = "0.23" tree-sitter-regex = "0.23" tree-sitter-ruby = "0.23"