From 1f7072df7c7edc51956892bd630913bf9f0e6b25 Mon Sep 17 00:00:00 2001 From: Peter Harpending Date: Mon, 8 Jun 2026 19:05:02 -0700 Subject: [PATCH] fixes --- Sophia-FQA.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sophia-FQA.md b/Sophia-FQA.md index 1247753..d86e83d 100644 --- a/Sophia-FQA.md +++ b/Sophia-FQA.md @@ -158,9 +158,9 @@ def foo(): print("hi from foo") ``` -![](./python-doc1.png) +![](./uploads/python-doc1.png) -![](./python-doc2.png) +![](./uploads/python-doc2.png) However for non-bikeshed compiler tasks (figuring out what the code is supposed to *do* and then expressing that in the target language),