Skip to content

Commit 089e720

Browse files
Adjusted link in MainWindow
1 parent be51885 commit 089e720

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

EventHub.RestClientGenerator/View/MainWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<RowDefinition Height="Auto"/>
1616
</Grid.RowDefinitions>
1717

18-
<TextBlock FontWeight="Bold" Foreground="#CCCCCC" Margin="5" TextWrapping="Wrap">This tool generates the Shared Access Signature and a smal UWP-client-class to access the Rest-API of an Event Hub.
19-
Just enter the connection string, the publisher name and the token-timeout.</TextBlock>
18+
<TextBlock FontWeight="Bold" Foreground="#CCCCCC" Margin="5" TextWrapping="Wrap">This tool generates the Shared Access Signature and a smal UWP-client-class to access the Rest-API of an Azure Event Hub.
19+
Just enter the connection string, the publisher name and the token lifetime. Find more information by <Hyperlink NavigateUri="http://www.thomasclaudiushuber.com/blog/2016/05/13/calling-the-azure-event-hub-rest-api-from-uwp-wpf-and-any-other-net-core-client" RequestNavigate="Hyperlink_RequestNavigate">clicking here</Hyperlink>.</TextBlock>
2020

2121
<view:InputView Grid.Row="1" Margin="0 10 0 0"/>
2222

0 commit comments

Comments
 (0)