diff options
author | Miran <narimiran@users.noreply.github.com> | 2018-10-12 17:27:04 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-10-12 17:27:04 +0200 |
commit | c492a7fd839175244abb7d4b40d189ec10d53aed (patch) | |
tree | 21d67f33e988ce4de5370ba8efb88d0e05801a15 /readme.md | |
parent | 7f18d7cbc1fc8ad87c389b8d4d873e1d1169f794 (diff) | |
download | Nim-c492a7fd839175244abb7d4b40d189ec10d53aed.tar.gz |
complete removal of web folder, fixes #9304 (#9310)
* complete removal of web folder, fixes #9304 * remove `buildJS`
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/readme.md b/readme.md index 7b81d0790..c333611e2 100644 --- a/readme.md +++ b/readme.md @@ -131,7 +131,6 @@ you should familiarize yourself with the following repository structure: * ``tests/`` - contains categorized tests for the compiler and standard library. * ``tools/`` - the tools including ``niminst`` and ``nimweb`` (mostly invoked via ``koch``). -* ``web/`` - [the Nim website][nim-site]. * ``koch.nim`` - tool used to bootstrap Nim, generate C sources, build the website, and generate the documentation. |