Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0457519b authored by Billy Lamberta's avatar Billy Lamberta
Browse files

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
parent f2ad9604
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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>