Skip to content

Commit d08ca66

Browse files
authored
Merge pull request #54399 from roygara/adlsFix
Fixing code.
2 parents 0bac547 + 1fa0864 commit d08ca66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/data-lake-storage/quickstart-create-databricks-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Before you begin with this section, you must complete the following prerequisite
115115

116116
Enter the following code into a notebook cell:
117117

118-
%sh wget -P /tmp https://github.com/Azure/usql/blob/master/Examples/Samples/Data/json/radiowebsite/small_radio_json.json
118+
%sh wget -P /tmp https://raw.githubusercontent.com/Azure/usql/master/Examples/Samples/Data/json/radiowebsite/small_radio_json.json
119119

120120
In the cell, press `Shift` + `Enter` to run the code.
121121

0 commit comments

Comments
 (0)