Skip to content

Commit 73c5701

Browse files
akashdsouzatoddjordan
authored andcommitted
[BUGFIX]Fix broken method link (#319)
1 parent 6f31c04 commit 73c5701

File tree

2 files changed

+232
-233
lines changed

2 files changed

+232
-233
lines changed

app/templates/components/class-field-description.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</a>
2828
{{else}}
2929
Defined in
30-
<a href="{{github-link model.project.id model.projectVersion.version model.file field.line}}" target="_blank" rel="noopener">
30+
<a href="{{github-link model.project.id model.projectVersion.version field.file field.line}}" target="_blank" rel="noopener">
3131
{{field.file}}:{{field.line}}
3232
</a>
3333
{{/if}}

0 commit comments

Comments
 (0)