aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--BUGS (renamed from BUGS.txt)0
-rw-r--r--README.md2
-rw-r--r--TODO2
3 files changed, 2 insertions, 2 deletions
diff --git a/BUGS.txt b/BUGS
index e5d5f63..e5d5f63 100644
--- a/BUGS.txt
+++ b/BUGS
diff --git a/README.md b/README.md
index e7eb706..4c8c9d6 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ $ composer example:rubyvm-on-php-on-wasm
## Known Bugs
-See [BUGS.txt](./BUGS.txt).
+See [BUGS](./BUGS).
diff --git a/TODO b/TODO
index 806c6ef..fdaa145 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
* Support text format (.wat)
* Implement validation
-* Fix known bugs (BUGS.txt)
+* Fix known bugs (BUGS)
* Implement NaN propagation
* Provide sane bindings to PHP
* Write PHPDoc for public APIs