From 3d374e0eae476b108928620f78b662430713f17f Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Sun, 15 Dec 2024 21:52:05 -0800 Subject: [PATCH] Fix links to kotlin. --- selfie.dev/src/pages/py/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfie.dev/src/pages/py/index.mdx b/selfie.dev/src/pages/py/index.mdx index 5633aa45..6d4e9882 100644 --- a/selfie.dev/src/pages/py/index.mdx +++ b/selfie.dev/src/pages/py/index.mdx @@ -112,7 +112,7 @@ def test_order_flow(): .facet("md").to_be("Thanks for your business!") ``` -Selfie's faceting is built around [Camera](https://kdoc.selfie.dev/selfie-lib/com.diffplug.selfie/-camera/), [Lens](https://kdoc.selfie.dev/selfie-lib/com.diffplug.selfie/-lens/), and [Snapshot](https://kdoc.selfie.dev/selfie-lib/com.diffplug.selfie/-snapshot/), whose API is roughly: +Selfie's faceting is built around [Camera, Lens](https://pydoc.selfie.dev/Lens_8py_source), and [Snapshot](https://pydoc.selfie.dev/classselfie__lib_1_1Snapshot_1_1Snapshot/), whose API is roughly: ```python class Snapshot: