Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit eaf4f4c

Browse files
committed
fix broken link and formatting
1 parent c927f29 commit eaf4f4c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/get_started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Get Started
3232
execution of executable files from your application's `/data/data/` directory, and must now be
3333
installed in the `context.applicationInfo.nativeLibraryDir` directory (aka, `/data/app/...`)
3434
to execute.
35-
- Nothing more is needed in terms of configuring initialization via the
36-
`TorServiceController.Builder`, as files will be installed in the correct directory, and
37-
named to match what `topl-service` looks for.
35+
- Nothing more is needed in terms of configuring initialization via the
36+
`TorServiceController.Builder`, as files will be installed in the correct directory, and
37+
named to match what `topl-service` looks for.
3838
- If you wish to use GuardianProject's binaries, see
3939
<a href="https://github.com/guardianproject/tor-android" target="_blank">tor-android</a>.
4040
- You'll need to use their `NativeResouceInstaller` to install the binaries.
@@ -64,8 +64,8 @@ Get Started
6464
- Create a new class which extends [TorSettings](./topl-core-base/io.matthewnelson.topl_core_base/-tor-settings/index.md)
6565
and apply your own default settings.
6666
- See the SampleApp's
67-
<a href="https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/sampleapp/src/main/java/io/matthewnelson/sampleapp/MyTorSettings.kt">MyTorSettings</a>
68-
class for help.
67+
<a href="https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/sampleapp/src/main/java/io/matthewnelson/sampleapp/topl_android/MyTorSettings.kt" target="_blank">MyTorSettings</a>
68+
class for help.
6969
- Also checkout the documentation in the `TorSettings` class for more of a breakdown and help.
7070
7171
- In your Application class' `onCreate` implement, and customize as desired, the

0 commit comments

Comments
 (0)