Skip to content

Commit 90ea09c

Browse files
committed
Fixing broken links to the different toast templates examples
Source: https://github.com/MicrosoftDocs/winrt-api
1 parent 09227c7 commit 90ea09c

File tree

10 files changed

+18
-16
lines changed

10 files changed

+18
-16
lines changed

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ WinToast is a lightly library written in C++ which brings a complete integration
1818

1919
Toast notifications allows your app to inform the users about relevant information and timely events that they should see and take action upon inside your app, such as a new instant message, a new friend request, breaking news, or a calendar event.
2020

21-
1. [Toast Templates](#id1)
22-
2. [Event Handler](#id3)
23-
3. [Expiration Time](#id4)
24-
4. [Additional features available on Windows 10](#id5)
25-
5. [Error Handling](#id2)
26-
6. [Example of usage](#id6)
27-
7. [Toast configuration on Windows 10](#id7)
28-
8. [Projects using WinToast](#id8)
21+
- [WinToast](#wintoast)
22+
- [Toast Templates](#toast-templates)
23+
- [Event Handler](#event-handler)
24+
- [Expiration Time](#expiration-time)
25+
- [Additional features available on Windows 10](#additional-features-available-on-windows-10)
26+
- [Error Handling](#error-handling)
27+
- [Example of Usage](#example-of-usage)
28+
- [Installation](#installation)
29+
- [Toast configuration on Windows 10](#toast-configuration-on-windows-10)
30+
- [Projects using WinToast](#projects-using-wintoast)
2931

3032

3133
<div id='id1' />
@@ -36,14 +38,14 @@ WinToast integrates all standard templates available in the [ToastTemplateType e
3638

3739
| Template | Description | Example |
3840
| :------- | ----: | :---: |
39-
| `ImageAndText01` | A large image and a single string wrapped across three lines of text. | ![enter image description here](https://i-msdn.sec.s-msft.com/dynimg/IC601606.png) |
40-
| `ImageAndText02` | A large image, one string of bold text on the first line, one string of regular text wrapped across the second and third lines. | ![12](https://i-msdn.sec.s-msft.com/dynimg/IC601607.png) |
41-
| `ImageAndText03` | A large image, one string of bold text wrapped across the first two lines, one string of regular text on the third line. | ![enter image description here](https://i-msdn.sec.s-msft.com/dynimg/IC601608.png) |
42-
| `ImageAndText04` | A large image, one string of bold text on the first line, one string of regular text on the second line, one string of regular text on the third line. | ![enter image description here](https://i-msdn.sec.s-msft.com/dynimg/IC601609.png) |
43-
| `Text01` | Single string wrapped across three lines of text. | ![enter image description here](https://i-msdn.sec.s-msft.com/dynimg/IC601602.png)|
44-
| `Text02` | One string of bold text on the first line, one string of regular text wrapped across the second and third lines. | ![enter image description here](https://i-msdn.sec.s-msft.com/dynimg/IC601603.png) |
45-
| `Text03` | One string of bold text wrapped across the first two lines, one string of regular text on the third line. | ![enter image description here](https://i-msdn.sec.s-msft.com/dynimg/IC601604.png)|
46-
| `Text04` | One string of bold text on the first line, one string of regular text on the second line, one string of regular text on the third line. | ![enter image description here](https://i-msdn.sec.s-msft.com/dynimg/IC601605.png) |
41+
| `ImageAndText01` | A large image and a single string wrapped across three lines of text. | ![enter image description here](assets/images/Toast_6.png) |
42+
| `ImageAndText02` | A large image, one string of bold text on the first line, one string of regular text wrapped across the second and third lines. | ![12](assets/images/Toast_7.png) |
43+
| `ImageAndText03` | A large image, one string of bold text wrapped across the first two lines, one string of regular text on the third line. | ![enter image description here](assets/images/Toast_8.png) |
44+
| `ImageAndText04` | A large image, one string of bold text on the first line, one string of regular text on the second line, one string of regular text on the third line. | ![enter image description here](assets/images/ToastImageAndText04.png) |
45+
| `Text01` | Single string wrapped across three lines of text. | ![enter image description here](assets/images/Toast_1.png)|
46+
| `Text02` | One string of bold text on the first line, one string of regular text wrapped across the second and third lines. | ![enter image description here](assets/images/Toast_2.png) |
47+
| `Text03` | One string of bold text wrapped across the first two lines, one string of regular text on the third line. | ![enter image description here](assets/images/Toast_4.png)|
48+
| `Text04` | One string of bold text on the first line, one string of regular text on the second line, one string of regular text on the third line. | ![enter image description here](assets/images/Toast_5.png) |
4749

4850
Example of a `ImageAndText02` template:
4951

21.5 KB
Loading

assets/images/ToastText02Phone.png

4.75 KB
Loading

assets/images/Toast_1.png

5.25 KB
Loading

assets/images/Toast_2.png

5.23 KB
Loading

assets/images/Toast_4.png

5.26 KB
Loading

assets/images/Toast_5.png

4.67 KB
Loading

assets/images/Toast_6.png

22.6 KB
Loading

assets/images/Toast_7.png

22.6 KB
Loading

assets/images/Toast_8.png

22.3 KB
Loading

0 commit comments

Comments
 (0)