Skip to content

Commit 38d0704

Browse files
committed
Fix links to search results on tldrlegal.com
1 parent b568612 commit 38d0704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/best_of/generators/markdown_list.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def generate_license_info(project: Dict, configuration: Dict) -> Tuple[str, int]
173173
licenses_url = licenses_name
174174
licenses_name = "Custom"
175175
else:
176-
licenses_url = "https://tldrlegal.com/search?q=" + urllib.parse.quote(
176+
licenses_url = "https://tldrlegal.com/search?query=" + urllib.parse.quote(
177177
project.license
178178
)
179179
license_metadata = get_license(licenses_name)

0 commit comments

Comments
 (0)