this repo has no description

update tangled from .sh to .org

+3 -3
+1 -1
README.md
··· 2 2 ATProto User Intents / AI-PREF Demo 3 3 =================================== 4 4 5 - - Git repo: https://tangled.sh/@bnewbold.net/user-intents 5 + - Git repo: https://tangled.org/bnewbold.net/user-intents 6 6 - ATProto User Intents config web app: https://demo.user-intents.org 7 7 - Bluesky app with AI-PREF headers patch: https://social-app-pr-8676.onrender.com/ 8 8 - Tool for inspecting repo records: https://astrolabe.at/at/alt.robocracy.org/org.user-intents.demo.declaration/self
+1 -1
base.html
··· 21 21 {{ else }} 22 22 <li><a href="/oauth/login">Login</a> 23 23 {{ end }} 24 - <li><a href="https://tangled.sh/@bnewbold.net/user-intents">Code</a> 24 + <li><a href="https://tangled.org/bnewbold.net/user-intents">Code</a> 25 25 </ul> 26 26 </nav> 27 27 {{ if . }}
+1 -1
go.mod
··· 1 - module tangled.sh/bnewbold.net/user-intents 1 + module tangled.org/bnewbold.net/user-intents 2 2 3 3 go 1.24.4 4 4