Skip to content

Commit 8685e8d

Browse files
committed
CONTRIBUTING.md: fix image link for display in developers.websharper.com
1 parent 77b9e2b commit 8685e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If you need to make a change to a project file itself, you should edit the origi
101101

102102
WebSharper defines and uses its own test framework, WebSharper.Testing. It runs on the client side and is backed by [qUnit](https://qunitjs.com/). So running the WebSharper test suite consists in running a web application which looks like this:
103103

104-
![Unit testing screenshot](docs/qunit.png)
104+
![Unit testing screenshot](https://github.com/dotnet-websharper/core/raw/master/docs/qunit.png)
105105

106106
The recommended way to run these tests is to run the `tests/Web` project. It is an ASP.NET application hosting the test suite, under the "Client-side test suite" on its home page.
107107

0 commit comments

Comments
 (0)