diff --git a/docs/blog/posts/2021-10-06-sharedTest.md b/docs/blog/posts/2021-10-06-sharedTest.md index 30d4c63f6..4bf422cac 100644 --- a/docs/blog/posts/2021-10-06-sharedTest.md +++ b/docs/blog/posts/2021-10-06-sharedTest.md @@ -124,7 +124,7 @@ There are some Google's projects have used sharedTest pattern to sharing test co [accompanist: [All] Share tests to run on Robolectric & Emulators by chrisbanes][10] [1]: https://medium.com/androiddevelopers/write-once-run-everywhere-tests-on-android-88adb2ba20c5 "Write Once, Run Everywhere Tests on Android" -[2]: {{ site_url }}blog/2018/10/25/robolectric-4-0/ "Robolectric 4.0 release" +[2]: {{ config.site_url }}blog/2018/10/25/robolectric-4-0/ "Robolectric 4.0 release" [3]: https://developer.android.com/training/testing/junit-runner "AndroidJUnit4 test runner" [4]: https://developer.android.com/training/testing/espresso/ "Espresso" [5]: https://developer.android.com/reference/androidx/test/core/app/ActivityScenario "ActivityScenario" diff --git a/docs/contributing.md b/docs/contributing.md index db9a86344..677369645 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -54,7 +54,7 @@ Robolectric uses javadoc to document API's behavior. There are special rules for * All visible non-`@Implementation` methods SHOULD have descriptive Javadoc. * Don't write javadoc comments like "Shadow for (whatever).". The javadoc will appear in a section clearly related to testing, so make it make sense in context. -Robolectric will release javadoc at {{ site_url }} after every main version released. For example, Robolectric's {{ robolectric.version.current }} javadoc is released at {{ site_url }}javadoc/{{ robolectric.version.current }}/. +Robolectric will release javadoc at {{ config.site_url }} after every main version released. For example, Robolectric's {{ robolectric.version.current }} javadoc is released at {{ config.site_url }}javadoc/{{ robolectric.version.current }}/. ### Deprecations and Backwards Compatibility diff --git a/docs/index.md b/docs/index.md index c834c0976..1ccd25df3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,14 +5,14 @@ hide: ---