Skip to content

Commit 87fd0ba

Browse files
WebFreak001ryuukk
andauthored
Fix druntime/dmd "Edit this Page" paths (#3567)
Co-authored-by: ryuukk <[email protected]>
1 parent 8274dc0 commit 87fd0ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpl-docs/views/layout.dt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ html(lang='en-US')
173173
- string path_prefix, line_suffix, filename;
174174
- if( modname )
175175
- if( modname.startsWith("core.") || modname.startsWith("object"))
176-
- project = "druntime", path_prefix = "src/";
176+
- project = "dmd", path_prefix = "druntime/src/";
177177
- else if( modname.startsWith("dmd.") )
178-
- project = "dmd", path_prefix = "src/";
178+
- project = "dmd", path_prefix = "compiler/src/";
179179
- else
180180
- project = "phobos", path_prefix = "";
181181
- if (info.docGroups.length >= 1 && !noExactSourceCodeLinks)

0 commit comments

Comments
 (0)