Skip to content

Commit f5f18de

Browse files
Merge pull request #49982 from PhilKang0704/broken-link-fix-softchris
Broken links fixing - softchris
2 parents e74d179 + 0743c00 commit f5f18de

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

learn-pr/azure/manage-deployments-advanced-arm-template-features/includes/azcli/3-exercise-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Here, you download an Azure Resource Manager (ARM) template from a GitHub reposi
9191
--parameters adminUsername=azureuser vmName=vm1 adminPasswordOrKey='insecurepassword123!'
9292
```
9393
94-
The command can take a few minutes to run. While the command runs, you can [examine the ARM template](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.compute/vm-simple-linux/azuredeploy.json) from a separate browser tab if you'd like.
94+
The command can take a few minutes to run. While the command runs, you can [examine the ARM template](https://github.com/Azure/azure-quickstart-templates) from a separate browser tab if you'd like.
9595

9696
Note the resource dependencies by searching for the `dependsOn` key. For example, the virtual machine resource depends on the network interface:
9797

learn-pr/azure/manage-deployments-advanced-arm-template-features/includes/powershell/3-exercise-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Here, you download an ARM template from a GitHub repository that we provide for
109109
-adminPasswordOrKey $secure
110110
```
111111

112-
The command can take a few minutes to run. While the command runs, you can [examine the ARM template](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.compute/vm-simple-linux/azuredeploy.json) from a separate browser tab if you'd like.
112+
The command can take a few minutes to run. While the command runs, you can [examine the ARM template](https://github.com/Azure/azure-quickstart-templates) from a separate browser tab if you'd like.
113113
114114
Note the resource dependencies by searching for the `dependsOn` key. For example, the virtual machine resource depends on the network interface:
115115

learn-pr/cmu-cloud-developer/cmu-cloud-storage/includes/1-data-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ Organizations are trying to leverage or cope with the massive amounts of data th
5050

5151
1. _John Gantz and David Reinsel (2012). [The Digital Universe in 2020 IDC White paper](https://it4sec.org/article/digital-universe-2020-big-data-bigger-digital-shadows-and-biggest-growth-far-east)_
5252
2. _Subramanian Muralidhar, Wyatt Lloyd, Sabyasachi Roy, Cory Hill, Ernest Lin, Weiwen Liu, Satadru Pan, Shiva Shankar, Viswanath Sivakumar, Linpeng Tang and Sanjeev Kumar (2014). [f4: Facebook's Warm BLOB Storage System](https://www.usenix.org/conference/osdi14/technical-sessions/presentation/muralidhar) 11th USENIX Symposium on Operating Systems Design and Implementation (OSDI 14) 383-398 USENIX Association_
53-
3. _Thomas Rivera (2012). [The Evolution of File Systems SNIA Tutorial](https://www.snia.org/sites/default/education/tutorials/2012/spring/file/ThomasRivera_The_Evolution_of_File_Systems-v3.pdf)_
53+
3. _Thomas Rivera (2012). [The Evolution of File Systems SNIA Tutorial](https://www.cse.msu.edu/~cse820/lectures/lecturesS08/Bandulet-C_The_Storage_Evolution.pdf
54+
)_
5455

5556
[^1]: <https://it4sec.org/article/digital-universe-2020-big-data-bigger-digital-shadows-and-biggest-growth-far-east> "John Gantz and David Reinsel (2012). *The Digital Universe in 2020 IDC White paper*"
5657
[^2]: <https://www.usenix.org/conference/osdi14/technical-sessions/presentation/muralidhar> "Subramanian Muralidhar, Wyatt Lloyd, Sabyasachi Roy, Cory Hill, Ernest Lin, Weiwen Liu, Satadru Pan, Shiva Shankar, Viswanath Sivakumar, Linpeng Tang and Sanjeev Kumar (2014). *f4: Facebook's Warm BLOB Storage System* 11th USENIX Symposium on Operating Systems Design and Implementation (OSDI 14) 383-398 USENIX Association"
57-
[^3]: <https://www.snia.org/sites/default/education/tutorials/2012/spring/file/ThomasRivera_The_Evolution_of_File_Systems-v3.pdf> "Thomas Rivera (2012). *The Evolution of File Systems SNIA Tutorial*"
58+
[^3]: <https://www.cse.msu.edu/~cse820/lectures/lecturesS08/Bandulet-C_The_Storage_Evolution.pdf> "Thomas Rivera (2012). *The Evolution of File Systems SNIA Tutorial*"

learn-pr/cmu-cloud-developer/cmu-cloud-storage/includes/4-storage-abstractions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Another layer of abstraction in storage systems is databases. Databases are typi
5252
***
5353
### References
5454

55-
1. _Thomas Rivera (2012). [The Evolution of File Systems SNIA Tutorial](https://www.snia.org/sites/default/education/tutorials/2012/spring/file/ThomasRivera_The_Evolution_of_File_Systems-v3.pdf)_
55+
1. _Thomas Rivera (2012). [The Evolution of File Systems SNIA Tutorial](https://www.cse.msu.edu/~cse820/lectures/lecturesS08/Bandulet-C_The_Storage_Evolution.pdf
56+
)_
5657

5758
***
5859

learn-pr/cmu-cloud-developer/cmu-cloud-storage/includes/5-local-file-systems.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ Although the servers share the disk array, they cannot physically share data res
9090
***
9191
### References
9292

93-
1. _Thomas Rivera (2012). [The Evolution of File Systems SNIA Tutorial](https://www.snia.org/sites/default/education/tutorials/2012/spring/file/ThomasRivera_The_Evolution_of_File_Systems-v3.pdf)_
93+
1. _Thomas Rivera (2012). [The Evolution of File Systems SNIA Tutorial](https://www.cse.msu.edu/~cse820/lectures/lecturesS08/Bandulet-C_The_Storage_Evolution.pdf
94+
)_
9495
2. _Sanjay Ghemawat, Howard Gobioff, and Shun-Tak Leung (2003). [The Google File Systems 19th ACM Symposium on Operating Systems Principles](https://static.googleusercontent.com/media/research.google.com/en//archive/gfs-sosp2003.pdf)_
9596

9697
***

learn-pr/cmu-cloud-developer/cmu-cloud-storage/includes/6-distributed-file-systems.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ When a resource, such as a file, is shared between multiple users, it is necessa
4848
***
4949
### References
5050

51-
1. _Thomas Rivera (2012). [The Evolution of File Systems SNIA Tutorial](https://www.snia.org/sites/default/education/tutorials/2012/spring/file/ThomasRivera_The_Evolution_of_File_Systems-v3.pdf)_
51+
1. _Thomas Rivera (2012). [The Evolution of File Systems SNIA Tutorial](https://www.cse.msu.edu/~cse820/lectures/lecturesS08/Bandulet-C_The_Storage_Evolution.pdf
52+
)_
5253
2. _Sanjay Ghemawat, Howard Gobioff, and Shun-Tak Leung (2003). [The Google File Systems](https://static.googleusercontent.com/media/research.google.com/en//archive/gfs-sosp2003.pdf) 19th ACM Symposium on Operating Systems Principles_
5354

5455
***

learn-pr/reactors/principal-component-analysis-food-composition/includes/4-normalize-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The output is:
1212

1313
:::image type="content" alt-text="Screenshot that shows a histogram of all the columns." source="../media/normalize-1.png" loc-scope="Azure":::
1414

15-
There's no bell curve in sight. Worse, a lot of the data is clustered at or around 0. We'll use the [Box-Cox Transformation](https://www.statisticshowto.datasciencecentral.com/box-cox-transformation/?azure-portal=true) on the data, but it requires entirely positive input. So we'll add 1 to every value in each column.
15+
There's no bell curve in sight. Worse, a lot of the data is clustered at or around 0. We'll use the [Box-Cox Transformation](https://www.statisticshowto.com/probability-and-statistics/normal-distributions/box-cox-transformation) on the data, but it requires entirely positive input. So we'll add 1 to every value in each column.
1616

1717
```python
1818
nutr_df = nutr_df + 1

0 commit comments

Comments
 (0)