Skip to content

Commit 2a1796a

Browse files
adamWendellkwonoj
authored andcommitted
docs(CONTRIBUTING): fix path to writing-marble-test.md
1 parent d9855e2 commit 2a1796a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ from the main (upstream) repository:
103103
104104
Unit tests are located under the [spec directory](/spec). Unit tests over synchronous operators and operations
105105
can be written in a standard [jasmine](http://jasmine.github.io/) style. Unit tests written against any
106-
asynchronous operator should be written in [Marble Test Style outlined in detail here](docs/writing-marble-tests.md).
106+
asynchronous operator should be written in [Marble Test Style outlined in detail here](doc/writing-marble-tests.md).
107107
108108
Each operator under test must be in its own file to cover the following cases:
109109

0 commit comments

Comments
 (0)