Skip to content

Commit ad80205

Browse files
authored
Updated image links in the App UI Readme
Replaced Google Drive links with Wikimedia Commons
1 parent 3a2c566 commit ad80205

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CodeCapture/CodeCapture/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can check out the [demo video here](https://drive.google.com/file/d/1Dso3XfN
66

77
## 1. Entering the App
88

9-
![MainPage](https://drive.google.com/file/d/1Dz5kPgKgHxIdgEO_RLvFCOW89cJtZ0vH/view?usp=sharing)
9+
![MainPage](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/MainPage.jpg/216px-MainPage.jpg)
1010

1111
* Page: MainPage.xaml
1212
* Code: MainPage.xaml.cs
@@ -15,7 +15,7 @@ The **MainPage.xaml** page is the first page that a user will see when they star
1515

1616
## 2. Capturing An Image
1717

18-
![ImageCapture](https://drive.google.com/file/d/1DxoDN47ENrBCsRe6PtODIpXMm_Ct6QpF/view?usp=sharing)
18+
![ImageCapture](https://upload.wikimedia.org/wikipedia/commons/thumb/e/ef/ImageCapture.jpg/216px-ImageCapture.jpg)
1919

2020
* Page: ImageCapture.xaml
2121
* Code: ImageCapture.xaml.cs
@@ -24,7 +24,7 @@ The **ImageCapture.xaml** page is where the user will capture (click or select)
2424

2525
## 3. Extracting The Code
2626

27-
![ExtractText](https://drive.google.com/file/d/1E35OIzsNDR9xIVaLji_IbK6MMbG9rasa/view?usp=sharing)
27+
![ExtractText](https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/ExtractText.jpg/216px-ExtractText.jpg)
2828

2929
* Page: ExtractText.xaml
3030
* Code: ExtractText.xaml.cs
@@ -33,7 +33,7 @@ The **ExtractText.xaml** page is where the code extracted from the image using t
3333

3434
## 4. Compiling The Code And Displaying Output
3535

36-
![CompileCode](https://drive.google.com/file/d/1E3dhg49f0bJbk2ZgfJZGQE8iCPBiwI0T/view?usp=sharing)
36+
![CompileCode](https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/CompileCode.jpg/216px-CompileCode.jpg)
3737

3838
* Page: CompileCode.xaml
3939
* Code: CompileCode.xaml.cs
@@ -42,9 +42,9 @@ The **CompileCode.xaml** page is where the result of the code is returned by the
4242

4343
## Emailing The Result
4444

45-
![EmailResult](https://drive.google.com/file/d/1E0GRDvEYYeSg3ESJ-J68sZkCG7CE1QIF/view?usp=sharing)
45+
![EmailResult](https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/EmailResult.jpg/216px-EmailResult.jpg)
4646

4747
* Page: EmailResult.xaml
4848
* Code: EmailResult.xaml.cs
4949

50-
The **EmailResult.xaml** page allows the user to email the extracted code, Standard Input, and result to any email address of their preference.
50+
The **EmailResult.xaml** page allows the user to email the extracted code, Standard Input, and result to any email address of their preference.

0 commit comments

Comments
 (0)