Browse Source

Rafa: corrigiendo imagen que estaba en imgur

Rafael Arce Nazario 8 years ago
parent
commit
4abccd5633
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      README-en.md
  2. 1
    1
      README-es.md

+ 1
- 1
README-en.md View File

@@ -188,7 +188,7 @@ Write the pseudocode to express the scrambling algorithm described above as a re
188 188
 
189 189
      `QImage ImageScrambler::ScrambleFilter(QImage image, int N, int sx, int sy, int width, int height);`
190 190
 
191
-4. Download the image in http://i.imgur.com/ZiJ61Gk.png so you can validate the function you implemented.
191
+4. Download [this image](images/figure10.png) so you can validate the function you implemented.
192 192
 
193 193
 ---
194 194
 

+ 1
- 1
README-es.md View File

@@ -185,7 +185,7 @@ Escribe el pseudocódigo para expresar el algoritmo de revolver descrito arriba
185 185
 3. Completa la función `ScrambleFilter` contenida en el archivo `Filter.cpp` de modo que implemente el algoritmo recursivo de revolver imágenes. La función tiene el siguiente formato:
186 186
        `QImage ImageScrambler::ScrambleFilter(QImage image, int N, int sx, int sy, int width, int height);`
187 187
    	 
188
-4. Baja la imagen contenida en http://i.imgur.com/ZiJ61Gk.png para que valides la función que implementaste.
188
+4. Usa [esta imagen](images/figure10.png) para validar la función que implementaste.
189 189
 
190 190
 ---
191 191