Skip to content

Commit c5930e7

Browse files
committed
Cambio url de repos
1 parent d0e2d35 commit c5930e7

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/sections/active-record/introduccion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Además se definen accessors para cada campo. En el ejemplo serían **`name`** y
9090
**`name=`**.
9191

9292
[Acceso a un ejemplo
93-
completo](https://github.com/ttps-ruby/teoria/tree/master/ejemplos/ar/00-introduccion)
93+
completo](https://github.com/ttps-ruby/ttps-ruby.github.io/tree/master/ejemplos/ar/00-introduccion)
9494
</div>
9595
----
9696
## Convenciones de nombres
@@ -180,5 +180,5 @@ dependiendo del propósito de estas columnas.
180180

181181
<div class="small">
182182

183-
[Ver ejemplo](https://github.com/TTPS-ruby/teoria/tree/master/ejemplos/ar/01-sti-logs-cache)
183+
[Ver ejemplo](https://github.com/TTPS-ruby/ttps-ruby.github.io/tree/master/ejemplos/ar/01-sti-logs-cache)
184184
</div>

src/sections/active-record/migraciones.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ end
5858

5959
## Ejemplo de migraciones
6060

61-
[Ver ejemplo](https://github.com/ttps-ruby/teoria/tree/master/ejemplos/ar/02-migrations)
61+
[Ver ejemplo](https://github.com/ttps-ruby/ttps-ruby.github.io/tree/master/ejemplos/ar/02-migrations)
6262

6363
----
6464
### Alternativas a las Migraciones

src/sections/active-record/validaciones.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,4 @@ end
368368
## Ejemplo de validaciones
369369

370370
[Ver
371-
ejemplo](https://github.com/ttps-ruby/teoria/tree/master/ejemplos/ar/03-validaciones)
371+
ejemplo](https://github.com/ttps-ruby/ttps-ruby.github.io/tree/master/ejemplos/ar/03-validaciones)

src/sections/lenguaje/colecciones.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ end
278278
```
279279

280280
> `Hash.new` puede recibir como parámetro el valor usado para incializar cada
281-
> valor del Hash. [Ver ejemplo](https://github.com/ttps-ruby/teoria/tree/master/ejemplos/words-frequency).
281+
> valor del Hash. [Ver ejemplo](https://github.com/ttps-ruby/ttps-ruby.github.io/tree/master/ejemplos/words-frequency).
282282
> Es importante destacar que el ejemplo incluye tests para analizar cómo
283283
> desarrollar utilzando TDD.
284284

src/sections/lenguaje/modulos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ server.start.join
134134
```
135135

136136
> GServer debe instalarse como una librería externa. [Ver
137-
> ejemplo](https://github.com/ttps-ruby/teoria/tree/master/ejemplos/gserver)
137+
> ejemplo](https://github.com/ttps-ruby/ttps-ruby.github.io/tree/master/ejemplos/gserver)
138138
----
139139
## ¿Cómo hemos usado la herencia?
140140

src/sections/lenguaje/objetos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,5 +355,5 @@ puts "Total value = #{reader.total_value_in_stock}"
355355
```
356356

357357
[Descargar el
358-
ejemplo](https://github.com/ttps-ruby/teoria/tree/master/ejemplos/stock-stats)
358+
ejemplo](https://github.com/ttps-ruby/ttps-ruby.github.io/tree/master/ejemplos/stock-stats)
359359

0 commit comments

Comments
 (0)