Fixed some URLS in the README file.

This commit is contained in:
Javier Cicchelli 2023-04-13 11:22:05 +02:00
parent 6388c77409
commit fe2bcfd19e

View File

@ -6,7 +6,7 @@ The ultimate purpose of this application is to open the **Wikipedia** app in the
<center> <center>
<video controls> <video controls>
<source src="static.rock-n-code.com/mp4/deep-linking-app-demo.mp4" type="video/mp4"> <source src="https://static.rock-n-code.com/mp4/deep-linking-app-demo.mp4" type="video/mp4">
</video> </video>
</center> </center>
@ -27,8 +27,8 @@ While the **Wikipedia** app does:
## Design ## Design
<object data="static.rock-n-code.com/pdf/deep-linkg-app-design.pdf" type="application/pdf" width="100%" height="800px"> <object data="https://static.rock-n-code.com/pdf/deep-linking-app-design.pdf" type="application/pdf" width="100%" height="800px">
<p>Unable to display a PDF file with some design considerations. Please <a href="static.rock-n-code.com/pdf/deep-linkg-app-design.pdf">Download the file</a> instead.</p> <p>Unable to display a PDF file with some design considerations. Please <a href="https://static.rock-n-code.com/pdf/deep-linking-app-design.pdf">Download the file</a> instead.</p>
</object> </object>
## Implementation ## Implementation