Skip to content

Commit ae3fa74

Browse files
committed
Fix references
1 parent da63ee6 commit ae3fa74

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ view (like instance variables in Rails). In this example, we're adding the list
303303
of posts to a key named `posts`, so we can access it from the template.
304304

305305
Following code must be implemented to
306-
[templates/blog/index.html](https://github.com/lidimayra/from-rails-to-spring-boot/blob/101611c7/myapp/src/main/resources/templates/blog/index.html):
306+
[templates/blog/index.html](https://github.com/lidimayra/from-rails-to-spring-boot/blob/415ed6d9c2e9035780dd20ba7e5a71e12bcfbbee/myapp/src/main/resources/templates/blog/index.html):
307307
```html
308308
<!DOCTYPE html SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-4.dtd">
309309
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
@@ -324,8 +324,7 @@ Following code must be implemented to
324324

325325
```
326326

327-
See implementation [in
328-
here](https://github.com/lidimayra/from-rails-to-spring-boot/commit/b96ce2c).
327+
See implementation [here](https://github.com/lidimayra/from-rails-to-spring-boot/commit/da63ee6f30bf46dd7cc5fa1904ee3d545ec2dead).
329328

330329
Now, accessing application at http://localhost:8080/posts, it is possible to
331330
list and to submit posts using the features implemented so far. Similar approach

0 commit comments

Comments
 (0)