---
name: session_link_hostname
description: Correct browser hostname for clickable links to documents/screens in this environment
metadata: 
  node_type: memory
  type: reference
  originSessionId: be7850e3-fef9-49da-a29d-aa6e58f3916d
---

When generating links in-session that open a document or screen in the browser, use the host
**`shane.evolutionerp.com.au`** — NOT `shane-vscode.evolutionerp.com.au`. The `-vscode` host is
the code-server UI and will not resolve session document links; `shane.evolutionerp.com.au` is the
app/dev LAMP host that actually serves the evolution app and files, so links built on it work.

**Path structure:** the URL path mirrors the repo subdirectory under `/config/workspace/`. So a
file at `/config/workspace/<repo>/<path>` → `https://shane.evolutionerp.com.au/<repo>/<path>`:
- evolution → `https://shane.evolutionerp.com.au/evolution/...`
- portal → `https://shane.evolutionerp.com.au/portal/...`
- apps → `https://shane.evolutionerp.com.au/apps/...`
Example: `/config/workspace/evolution/foo.md` → `https://shane.evolutionerp.com.au/evolution/foo.md`

Related: [[evolution_workspace_mapping]], [[codeserver_setup_scripts]].
