Update index.html.haml

%pre.changelog= File.read("CHANGELOG.md")
instead of
%pre.changelog= File.read(File.expand_path("../../CHANGELOG.md", __FILE__))
This commit is contained in:
roalz 2016-08-22 16:34:18 +02:00 committed by GitHub
parent b850716d1c
commit 8935a1d508

View File

@ -13,7 +13,7 @@ language: it-IT
Un change log è un file che contiene una lista curata e ordinata cronologicamente
delle modifiche degne di nota per ogni versione di un progetto.
%pre.changelog= File.read(File.expand_path("../../CHANGELOG.md", __FILE__))
%pre.changelog= File.read("CHANGELOG.md")
:markdown
### A cosa serve un change log?