docs: Fixed url typo in googleplay/work/about

There was a typo in the url for 'Offer compatibility with work profile',
the link now works as intended.
(This is also my first bugfix and trip through the gerrit process.)

bug: 27410188
Change-Id: I83b2e6d077a73f68c9469e359e0ebf45219983a5
This commit is contained in:
Billy Lamberta
2016-03-02 10:12:00 -08:00
parent f2ad960441
commit 0457519bb5

View File

@@ -66,7 +66,9 @@ page.image=images/distribute/gpfw.jpg
<li>Request the minimum permissions that your app needs.</li>
<li>Make sure communication to your backend and data in your backend is secure.</li>
<li>Implement authorization policies that will minimize the number of your employees that can access user data.</li>
<li><a href={@docRoot}training/enterprise/app-compatibility.html">Offer compatibility with work profile</a> and test that with the <a href="{@docRoot}samples/BasicManagedProfile/index.html">BasicManagedProfile sample app</a>.</li>
<li><a href={@docRoot}training/enterprise/app-compatibility.html>Offer compatibility with work
profile</a> and test that with the <a href="{@docRoot}samples/BasicManagedProfile/index.html"
>BasicManagedProfile sample app</a>.</li>
<li>Support <a href="{@docRoot}training/enterprise/app-restrictions.html">app restrictions</a> so that IT admins can remotely configure your app through leading EMM solutions.</li>
</ul>