You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/pages/en/help.js
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ class Help extends React.Component {
19
19
constsupportLinks=[
20
20
{
21
21
content:
22
-
<translate>Learn more using the [documentation on this site.](getting-started.html) and [reading the API reference](/content/docs/api-reference.html).</translate>,
22
+
<translate>Learn more using the [documentation on this site](getting-started.html) and [reading the API reference](/content/docs/api-reference.html).</translate>,
23
23
title: <translate>Browse Docs and API</translate>,
24
24
},
25
25
{
@@ -47,19 +47,19 @@ class Help extends React.Component {
0 commit comments