Skip to content

Commit

Permalink
Fix links to kotlin.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Dec 16, 2024
1 parent a90ee35 commit 3d374e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfie.dev/src/pages/py/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3d374e0

Please sign in to comment.