We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1729715 commit 5bf8d8bCopy full SHA for 5bf8d8b
scripts/readme.py
@@ -33,7 +33,8 @@ def build_readme(src: str, dest: str):
33
# Replace Dracula Pro screenshot URL
34
dracula_pro_h2 = soup.find('h2', text="Dracula PRO")
35
dracula_pro_img_link = dracula_pro_h2.find_next('p').find('a').find('img')
36
- dracula_pro_img_link['src'] = 'https://github.com/dracula/jetbrains/blob/master/docs/screenshots/dracula-pro.png'
+ dracula_pro_img_link['src'] = \
37
+ 'https://raw.githubusercontent.com/dracula/jetbrains/master/docs/screenshots/dracula-pro.png'
38
# Replace Contribution Guide URL
39
contribution_h2 = soup.find('h2', text="Contribution")
40
contribution_guide_link = contribution_h2.find_next('p').find('a')
0 commit comments