Skip to content

Commit

Permalink
Merge pull request #364 from w3c/p-362
Browse files Browse the repository at this point in the history
Changed bug reporting link
  • Loading branch information
Marcos Caceres committed Nov 28, 2014
2 parents c446c8c + fd0acc4 commit 0823325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/about-respec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define(
show: function (ui) {
var $halp = $("<div><p>ReSpec is a document production toolchain, with a notable focus on W3C specifications.</p></div>");
$("<p>You can find more information in the <a href='http://w3.org/respec/'>documentation</a>.</p>").appendTo($halp);
$("<p>Found a bug in ReSpec? <a href='https://github.com/darobin/respec/issues'>File it!</a>.</p>").appendTo($halp);
$("<p>Found a bug in ReSpec? <a href='https://github.com/w3c/respec/issues'>File it!</a>.</p>").appendTo($halp);
ui.freshModal("About ReSpec", $halp);
}
};
Expand Down

0 comments on commit 0823325

Please sign in to comment.