Remove outdated notices

This commit is contained in:
Lucien Greathouse
2020-09-09 17:31:34 -07:00
parent ec5b3f80ef
commit 45a20a1633
14 changed files with 110 additions and 133 deletions

View File

@@ -6,7 +6,7 @@ authors = ["Lucien Greathouse <me@lpghatguy.com>"]
edition = "2018"
readme = "README.md"
license = "MIT"
homepage = "https://github.com/Roblox/rojo/tree/master/memofs"
homepage = "https://github.com/rojo-rbx/rojo/tree/master/memofs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -5,7 +5,7 @@ Implementation of a virtual filesystem with a configurable backend and file
watching.
memofs is currently an unstable minimum viable library. Its primary consumer is
[Rojo](https://github.com/Roblox/rojo), a build system for Roblox.
[Rojo](https://github.com/rojo-rbx/rojo), a build system for Roblox.
### Current Features
* API similar to `std::fs`

View File

@@ -3,7 +3,7 @@ Implementation of a virtual filesystem with a configurable backend and file
watching.
memofs is currently an unstable minimum viable library. Its primary consumer is
[Rojo](https://github.com/Roblox/rojo), a build system for Roblox.
[Rojo](https://github.com/rojo-rbx/rojo), a build system for Roblox.
## Current Features
* API similar to `std::fs`