Skip to content

Commit

Permalink
update readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigopivi committed Jun 11, 2018
1 parent 9d84e24 commit efe58d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ <h2>
packages: { '': { defaultExtension: 'js' }, 'https://unpkg.com': { defaultExtension: 'js' } },
map: {
Babel: 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js',
parser: '/dist/main.js',
webAdapter: '/dist/adapters/web.js',
rasaAdapter: '/dist/adapters/rasa.js',
snipsAdapter: '/dist/adapters/snips.js',
parser: 'https://unpkg.com/chatito@2.0.0/dist/main.js',
webAdapter: 'https://unpkg.com/chatito@2.0.0/dist/adapters/web.js',
rasaAdapter: 'https://unpkg.com/chatito@2.0.0/dist/adapters/rasa.js',
snipsAdapter: 'https://unpkg.com/chatito@2.0.0/dist/adapters/snips.js',
jsonStringify: 'https://unpkg.com/json-stringify-pretty-compact@1.2.0/index.js',
}
});
Expand Down

0 comments on commit efe58d8

Please sign in to comment.