1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-22 20:06:21 +02:00

updated docs

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2016-10-20 09:16:47 -07:00
parent f4b0004d2b
commit 0d2b362a8c
3 changed files with 2 additions and 7 deletions

4
.gitignore vendored
View File

@ -1,9 +1,5 @@
# Website
website/public
website/Makefile
# Node.js
node_modules
# IntelliJ
.idea

View File

@ -1,2 +1 @@
<pre data-src="https://raw.githubusercontent.com/labstack/echox/master/recipe/{{ .Get 0 }}">
</pre>
<pre data-src="https://raw.githubusercontent.com/labstack/echo/master/recipe/{{ .Get 0 }}" />

View File

@ -1 +1 @@
https://github.com/labstack/echox/tree/master/recipe/{{ .Get 0 }}
https://github.com/labstack/echo/tree/master/recipe/{{ .Get 0 }}