From 94753af2ebc0dc05b6e0ec10bd017068b0dca382 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Mon, 14 Jun 2010 09:34:48 -0700 Subject: [PATCH] Removed jsonrpc example symlink --- examples/jsonrpc/app.js | 2 +- examples/jsonrpc/lib/connect | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 examples/jsonrpc/lib/connect diff --git a/examples/jsonrpc/app.js b/examples/jsonrpc/app.js index 510a73116..b420a1bec 100644 --- a/examples/jsonrpc/app.js +++ b/examples/jsonrpc/app.js @@ -1,7 +1,7 @@ // curl -H "Content-Type: application/json" -d '{ "jsonrpc": "2.0", "method": "add", "params": [1,2], "id":2 }' http://localhost:3000 -module.exports = require('./lib/connect').createServer([ +module.exports = require('./../../lib/connect').createServer([ { provider: 'jsonrpc', methods: { add: function(a, b){ try { diff --git a/examples/jsonrpc/lib/connect b/examples/jsonrpc/lib/connect deleted file mode 120000 index bfba4d603..000000000 --- a/examples/jsonrpc/lib/connect +++ /dev/null @@ -1 +0,0 @@ -../../../lib/connect \ No newline at end of file