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 9338fcb commit 796eee9Copy full SHA for 796eee9
seleniumbase/console_scripts/sb_mkpres.py
@@ -212,8 +212,8 @@ def main():
212
parent_class = MD_F.get_lang_parent_class(language)
213
class_line = "class %s(%s):" % (class_name, parent_class)
214
settings = 'theme="serif", transition="slide"'
215
- img_src_1 = 'src="https://seleniumbase.io/cdn/gif/chart_pres.gif"'
216
- img_src_2 = 'src="https://seleniumbase.io/cdn/img/sb_logo_10.png"'
+ img_src_1 = 'src="https://seleniumbase.github.io/cdn/gif/chart_pres.gif"'
+ img_src_2 = 'src="https://seleniumbase.github.io/cdn/img/sb_logo_10.png"'
217
hello_page = (
218
"\n '<h1>%s</h1><hr /><br />'"
219
"\n '<p>%s</p>'"
0 commit comments