Skip to content

Commit 5ff0202

Browse files
committed
wip
1 parent 4d97483 commit 5ff0202

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ By default, [`reportIssue`](<doc:reportIssue(_:fileID:filePath:line:column:)>) w
2828
unobtrusive, purple runtime warning when running your app in Xcode (simulator and device):
2929

3030
<picture>
31-
<source media="(prefers-color-scheme: dark)" srcset="Sources/IssueReporting/Resources/runtime-warning~dark.png">
32-
<source media="(prefers-color-scheme: light)" srcset="Sources/IssueReporting/Resources/runtime-warning.png">
33-
<img alt="A purple runtime warning in Xcode showing that an issue has been reported." src="Sources/IssueReporting/Resources/runtime-warning.png">
31+
<source media="(prefers-color-scheme: dark)" srcset="Sources/IssueReporting/Documentation.docc/Resources/runtime-warning~dark.png">
32+
<source media="(prefers-color-scheme: light)" srcset="Sources/IssueReporting/Documentation.docc/Resources/runtime-warning.png">
33+
<img alt="A purple runtime warning in Xcode showing that an issue has been reported." src="Sources/IssueReporting/Documentation.docc/Resources/runtime-warning.png">
3434
</picture>
3535

3636
This provides a very visible way to see when an issue has occurred in your application without
@@ -48,9 +48,9 @@ problematic code paths are not executed, and makes it possible to build testing
4848
that ship in the same target as the library itself.
4949

5050
<picture>
51-
<source media="(prefers-color-scheme: dark)" srcset="Sources/IssueReporting/Resources/test-failure~dark.png">
52-
<source media="(prefers-color-scheme: light)" srcset="Sources/IssueReporting/Resources/test-failure.png">
53-
<img alt="A purple runtime warning in Xcode showing that an issue has been reported." src="Sources/IssueReporting/Resources/test-failure.png">
51+
<source media="(prefers-color-scheme: dark)" srcset="Sources/IssueReporting/Documentation.docc/Resources/test-failure~dark.png">
52+
<source media="(prefers-color-scheme: light)" srcset="Sources/IssueReporting/Documentation.docc/Resources/test-failure.png">
53+
<img alt="A purple runtime warning in Xcode showing that an issue has been reported." src="Sources/IssueReporting/Documentation.docc/Resources/test-failure.png">
5454
</picture>
5555

5656
// TODO: link to get started article

0 commit comments

Comments
 (0)