Skip to content

Commit 485cf89

Browse files
[deploy site] changed links to open in new window/tab (SeleniumHQ#2379)
1 parent 1935ba1 commit 485cf89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website_and_docs/content/events/_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ <h2 class="card-title">Selenium Conference</h2>
5555
</div>
5656
<div class="card-footer bg-transparent border-0">
5757
<div class="selenium-button-container justify-content-md-end">
58-
<a href="https://seleniumconf.com/" class="selenium-button selenium text-uppercase fw-bold">
58+
<a href="https://seleniumconf.com/" class="selenium-button selenium text-uppercase fw-bold" target="_blank">
5959
Learn more
6060
<i class="ps-3 fas fa-caret-right"></i>
6161
</a>
6262
</div>
6363
<br>
6464
<div class="selenium-button-container justify-content-md-end">
65-
<a href="https://www.selenium.dev/conf-archive/" class="selenium-button selenium text-uppercase fw-bold">
65+
<a href="https://www.selenium.dev/conf-archive/" class="selenium-button selenium text-uppercase fw-bold" target="_blank">
6666
Archive of Selenium Conferences
6767
<i class="ps-3 fas fa-caret-right"></i>
6868
</a>

0 commit comments

Comments
 (0)