Skip to content

Commit b6ff730

Browse files
committed
replaced with original uri
1 parent fa98295 commit b6ff730

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/azure-data-studio/notebooks/parameterize-uri.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In the URI query, use **&** to indicate a new parameter to be injected.
3939

4040
## URI Parameterization Example
4141

42-
**To open the below notebook example in Azure Data Studio, visit [GitHub](https://github.com/microsoft/sql-server-samples/blob/master/samples/applications/azure-data-studio/parameterization.ipynb and follow along.**
42+
**To open the below notebook example in Azure Data Studio, visit [GitHub](https://github.com/VasuBhog/sql-server-samples/blob/master/samples/applications/azure-data-studio/parameterization.ipynb) and follow along.**
4343

4444
Below is the contents and structure of the notebook, you must use a notebook that has a cell tagged with parameters.
4545

@@ -66,7 +66,8 @@ Below is the contents and structure of the notebook, you must use a notebook tha
6666
1. We can either use the search bar of any browser or a markdown cell to open up the notebook URI link.
6767

6868
Below is the notebook URI for parameterizing the notebook with new x and y values:
69-
[GitHub](https://github.com/microsoft/sql-server-samples/blob/master/samples/applications/azure-data-studio/parameterization.ipynb
69+
70+
[_azuredatastudio://microsoft.notebook/open?url=https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/applications/azure-data-studio/parameterization.ipynb_**?x=10&y=20**](_azuredatastudio://microsoft.notebook/open?url=https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/applications/azure-data-studio/parameterization.ipynb_**?x=10&y=20**)
7071

7172
:::image type="content" source="media/notebooks-parameterization/search-bar.png" alt-text="URI link in Search bar":::
7273

0 commit comments

Comments
 (0)