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.
2 parents 1b5f0b1 + 7e6205d commit c46bf37Copy full SHA for c46bf37
frontend/src/components/HelpModal.js
@@ -20,7 +20,11 @@ class HelpModal extends Component {
20
<div>
21
For a reference of gitbase SQL, please read{' '}
22
<strong>
23
- <a href="https://docs.sourced.tech/gitbase">
+ <a
24
+ href="https://docs.sourced.tech/gitbase"
25
+ target="_blank"
26
+ rel="noopener noreferrer"
27
+ >
28
docs.sourced.tech/gitbase
29
</a>
30
</strong>
0 commit comments