Fixed links
Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/96ea3cbb Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/96ea3cbb Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/96ea3cbb Branch: refs/heads/upstream Commit: 96ea3cbb6b077a744a0aa535c34757234de1c0fe Parents: ecff14a Author: Chandrashekhar Mullaparthi <[email protected]> Authored: Wed Nov 25 08:28:27 2015 +0000 Committer: Chandrashekhar Mullaparthi <[email protected]> Committed: Wed Nov 25 08:28:27 2015 +0000 ---------------------------------------------------------------------- CHANGELOG | 1 + src/ibrowse.app.src | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/96ea3cbb/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index e3c415b..ad15c1f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ CONTRIBUTIONS & CHANGE HISTORY ============================== + 25-11-2015 - v4.2.1 * Merged pull request https://github.com/cmullaparthi/ibrowse/pull/132 * Merged pull request https://github.com/cmullaparthi/ibrowse/pull/137 http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/96ea3cbb/src/ibrowse.app.src ---------------------------------------------------------------------- diff --git a/src/ibrowse.app.src b/src/ibrowse.app.src index 2f4ced6..b3a0e8f 100644 --- a/src/ibrowse.app.src +++ b/src/ibrowse.app.src @@ -7,6 +7,6 @@ {mod, {ibrowse_app, []}}, {maintainers, ["Chandrashekhar Mullaparthi"]}, {licenses, ["GPLv2", "BSD"]}, - {links, ["https://github.com/cmullaparthi/ibrowse"]} + {links, [{"Github", "https://github.com/cmullaparthi/ibrowse"}]} ] }.
