aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Tatiyants <atatiyan@gmail.com>2016-01-07 08:10:48 -0800
committerAlex Tatiyants <atatiyan@gmail.com>2016-01-07 08:10:48 -0800
commit4f14eab969c33e506f6a5692392fb8fcf4e83df1 (patch)
tree259d3e5b4bde9550829795c3850c3b20bae10d67
parent9d66c4b2f2a672207df1fbee129574f667cbce3d (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e5daa36..645d058 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Postgres Explain Visualizer (pev)
-Postgres Explain Visualizer (dev) is designed to make [EXPLAIN](http://www.postgresql.org/docs/current/static/sql-explain.html) output easier to grok. It creates a graphical representation of the plan. You can see it in action at [tatiyants.com/pev](http://tatiyants.com/pev/#/plans).
+Postgres Explain Visualizer (dev) is designed to make [EXPLAIN](http://www.postgresql.org/docs/current/static/sql-explain.html) output easier to grok. It creates a graphical representation of the plan. You can see it in action at [tatiyants.com/pev](http://tatiyants.com/pev/).
Pev is heavily influenced by the excellent [explain.depesz.com](http://explain.depesz.com/).