google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

Link of Error message does not correctly linked #506

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

class A {
  id;
  key { }
}

What is the expected output? What do you see instead?

Actual:
Warning on line 4 : Empty key statement in class A. [[More information (47)]]
while highlight text linked to 
"http://cruise.eecs.uottawa.ca/umpleonline/W047EmptyKeyStatement.html" which is 
Page Not Found

Expected: We can link to "http://umple.org/W047EmptyKeyStatement.html"

This is due to relative hyperlink in en.error file

Original issue reported on code.google.com by ckchan.cs on 9 Feb 2014 at 6:12

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 13 Feb 2014 at 8:50