Monorepo for Tangled tangled.org
8

Configure Feed

Select the types of activity you want to include in your feed.

docs,appview: fix broken links

Signed-off-by: Seongmin Lee <git@boltless.me>

author
Seongmin Lee
committer
Tangled
date (Jun 26, 2026, 4:31 PM +0300) commit cd3e67f0 parent 95626baf change-id nrpytyzw
+2 -2
+1 -1
appview/pages/templates/repo/blob.html
··· 157 157 })(); 158 158 </script> 159 159 {{ if .LastCommitInfo }} 160 - {{ template "repo/fragments/permalinkShortcutScript" (printf "/%s/tree/%s/%s" .RepoInfo.RepoIdentifier .LastCommitInfo.Hash .Path) }} 160 + {{ template "repo/fragments/permalinkShortcutScript" (printf "/%s/blob/%s/%s" .RepoInfo.RepoIdentifier .LastCommitInfo.Hash .Path) }} 161 161 {{ end }} 162 162 {{ end }}
+1 -1
docs/DOCS.md
··· 394 394 for a full list of options. Sample configurations: 395 395 396 396 - [The test VM](https://tangled.org/tangled.org/core/blob/master/nix/vm.nix#L85) 397 - - [@pyrox.dev/nix](https://tangled.org/pyrox.dev/nix/blob/d19571cc1b5fe01035e1e6951ec8cf8a476b4dee/hosts/marvin/services/tangled.nix#L15-25) 397 + - [@pyrox.dev/nix](https://tangled.org/pyrox.dev/nix/blob/c2b644c214d278af12523618de952ee2eab1af3d/hosts/marvin/services/tangled.nix#L15-26) 398 398 399 399 ## Docker 400 400