Skip to content

Commit 3bafb74

Browse files
authored
Merge pull request #179 from reshamas/rs-fix-bot
fix links to welcome bot images
2 parents 0187ffb + c1c929a commit 3bafb74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
# Comment to be posted to on first time issues
66
newIssueWelcomeComment: |
7-
![Welcome Banner](https://github.com/scikit-learn/blog/blob/main/welcome-bot/BannerWelcome.jpg)
8-
7+
![Welcome Banner](https://raw.githubusercontent.com/scikit-learn/blog/main/welcome-bot/BannerWelcome.jpg)
8+
99
:tada: Welcome to _scikit-learn Blog_! :tada:
1010
We're really excited to have your input into the project! :sparkling_heart:
1111
@@ -16,7 +16,7 @@ newIssueWelcomeComment: |
1616

1717
# Comment to be posted to on PRs from first time contributors in your repository
1818
newPRWelcomeComment: |
19-
![Thank You Banner](https://github.com/scikit-learn/blog/blob/main/welcome-bot/BannerThanks.jpg)
19+
![Thank You Banner](https://raw.githubusercontent.com/scikit-learn/blog/main/welcome-bot/BannerThanks.jpg)
2020
2121
:sparkling_heart: Thanks for opening this pull request! :sparkling_heart:
2222
_scikit-learn_ community really appreciates your time and effort to contribute to the project.
@@ -27,7 +27,7 @@ newPRWelcomeComment: |
2727

2828
# Comment to be posted to on pull requests merged by a first time user
2929
firstPRMergeComment: |
30-
![Congratulations Banner](https://github.com/scikit-learn/blog/blob/main/welcome-bot/BannerCongratulations.jpg)
30+
![Congratulations Banner](https://raw.githubusercontent.com/scikit-learn/blog/main/welcome-bot/BannerCongratulations.jpg)
3131
3232
Congrats on merging your first pull request! :tada:
3333
We here at _scikit-learn_ are proud of you! :sparkling_heart:

0 commit comments

Comments
 (0)