Skip to content

fix Coder support links relative path #15542

Closed
@MrPeacockNLB

Description

@MrPeacockNLB

description

I want to add a link to /icons to show the way how to find a served icon for an coder application.

  - name: CODER_SUPPORT_LINKS
    value: >
      [
        {"name": "Coder Wiki", "target": "https://wiki.local/Coder", "icon": "bug"},
        {"name": "Coder Icons", "target": "/icons", "icon": "bug"}
      ]

Problem

The relative path expands to user context.

https://coder.com/@SomeUser/icons

Solution

The path should be relative. E.g.

https://coder.com/icons

Metadata

Metadata

Assignees

Labels

s3Bugs that confuse, annoy, or are purely cosmetic

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions