Updated references to old github organization

This commit is contained in:
Julien Eluard 2018-06-27 09:26:23 +02:00
parent 8b4c409389
commit 139f641b72
No known key found for this signature in database
GPG Key ID: 6FD7DB5437FCBEF6
3 changed files with 6 additions and 7 deletions

View File

@ -1,14 +1,14 @@
[![CircleCI](https://img.shields.io/circleci/project/github/jeluard/pluto.svg)](https://circleci.com/gh/jeluard/pluto/tree/master) [![CircleCI](https://img.shields.io/circleci/project/github/status-im/pluto.svg)](https://circleci.com/gh/status-im/pluto/tree/master)
## Development ## Development
Development requires [Deps and CLI](https://clojure.org/guides/getting_started) tooling installed. Development requires [Deps and CLI](https://clojure.org/guides/getting_started) tooling installed.
Run Clojure tests using `clojure -Atest-clj` Run Clojure tests using `clojure -A:test-clj`
Run ClojureScript tests using `clojure -Atest-cljs` Run ClojureScript tests using `clojure -A:test-cljs`
Run figwheel using `clojure -Afigwheel`. Run figwheel using `clojure -A:figwheel`.

View File

@ -79,7 +79,6 @@
(defn read-extension [o el el-errors] (defn read-extension [o el el-errors]
(let [{:keys [data errors]} (reader/read (:content (first o)))] (let [{:keys [data errors]} (reader/read (:content (first o)))]
(println "data" data)
(render-extension data el el-errors))) (render-extension data el el-errors)))
(defn render-result [{:keys [type value]} el el-errors] (defn render-result [{:keys [type value]} el el-errors]

View File

@ -11,12 +11,12 @@
const siteConfig = { const siteConfig = {
title: 'Pluto', title: 'Pluto',
tagline: 'A grammar for data manipulation', tagline: 'A grammar for data manipulation',
url: 'https://jeluard.github.io', url: 'https://status-im.github.io',
baseUrl: '/pluto/', baseUrl: '/pluto/',
// Used for publishing and more // Used for publishing and more
projectName: 'pluto', projectName: 'pluto',
organizationName: 'jeluard', organizationName: 'status-im',
headerLinks: [ headerLinks: [
{doc: 'Manifesto', label: 'Docs'}, {doc: 'Manifesto', label: 'Docs'},