diff --git a/WindowsForms/Pivot-Chart/Getting-Started.md b/WindowsForms/Pivot-Chart/Getting-Started.md index c3477945e..0913ae6db 100644 --- a/WindowsForms/Pivot-Chart/Getting-Started.md +++ b/WindowsForms/Pivot-Chart/Getting-Started.md @@ -412,4 +412,6 @@ Me.pivotChart1.EndUpdate() {% endhighlight %} -{% endtabs %} \ No newline at end of file +{% endtabs %} + +You can find the complete getting started sample from this [link](https://github.com/SyncfusionExamples/GettingStarted-WinForms-PivotChart) \ No newline at end of file diff --git a/WindowsForms/Sparkline/GettingStarted.md b/WindowsForms/Sparkline/GettingStarted.md index c3bf06153..a43a5eb6e 100644 --- a/WindowsForms/Sparkline/GettingStarted.md +++ b/WindowsForms/Sparkline/GettingStarted.md @@ -132,6 +132,6 @@ Me.sparkLine1.Markers.NegativePointColor = New BrushInfo(Color.Red) ![Marker customization in WindowsForms Sparkline](gettingstarted_images/windowsforms-sparkline-marker-customization.jpg) -You can find the complete getting started sample from this [link](https://www.syncfusion.com/downloads/support/directtrac/general/ze/SparklineGettingStarted-1907776967). +You can find the complete getting started sample from this [link](https://github.com/SyncfusionExamples/GettingStarted-WinForms-Sparkline).