Skip to content

Commit aaf4bcd

Browse files
committed
Fix: include proper reference
1 parent 4db529c commit aaf4bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ There can be various build errors and conflicts depending on which Android Studi
4141

4242
Then include your API token as application level meta-data in your AndroidManifest.xml:
4343

44-
<%= render "pages/snippets/api\_token" %>
44+
{% include api_token.html %}
4545

46-
To find or create an API token visit your <%= link\_to "Hover dashboard", organizations\_path, target: :\_blank %> and click on your app, or make a new app. **The package name in our dashboard must match that of your actual app for the token to work.**
46+
To find or create an API token visit your Hover dashboard and click on your app, or make a new app. **The package name in our dashboard must match that of your actual app for the token to work.**
4747

4848
#### Initialize
4949

0 commit comments

Comments
 (0)