Skip to content

Commit

Permalink
fix Download More Profiles link
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Nov 2, 2024
1 parent ccf6edf commit 246ead0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</ListBox>
</DockPanel>
<TextBlock x:Name="textblockDownload" Margin="10,0,10,3" TextWrapping="Wrap" RenderTransformOrigin="0.49,0.531" TextAlignment="Center" Height="16" VerticalAlignment="Bottom">
<Hyperlink NavigateUri="http://modworkshop.net/mydownloads.php?action=browse_cat&amp;cid=299" RequestNavigate="Hyperlink_RequestNavigate"><Run Text="Download More Profiles"/></Hyperlink>
<Hyperlink NavigateUri="https://modworkshop.net/g/aurora" RequestNavigate="Hyperlink_RequestNavigate"><Run Text="Download More Profiles"/></Hyperlink>
</TextBlock>
</Grid>
</UserControl>

0 comments on commit 246ead0

Please sign in to comment.