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 e469b08 commit c626673Copy full SHA for c626673
src/pages/attribute-dictionary.js
@@ -124,7 +124,9 @@ const AttributeDictionary = ({ location }) => {
124
<Trans
125
i18nKey="strings.dataDictionary.intro"
126
components={{
127
- 1: <Link to="https://docs.newrelic.com/docs/nrql/get-started/introduction-nrql-how-nrql-works/" />,
+ 1: (
128
+ <Link to="https://docs.newrelic.com/docs/nrql/get-started/introduction-nrql-how-nrql-works/" />
129
+ ),
130
}}
131
/>
132
</p>
0 commit comments