Skip to content

Commit

Permalink
Fix hyperlinks to public URI for GitHub issues
Browse files Browse the repository at this point in the history
Seems like the Firecracker repo is now public at
https://github.com/firecracker-microvm

Signed-off-by: Tim Bannister <tim+github@scalefactory.com>
  • Loading branch information
sftim committed Nov 28, 2018
1 parent 6d1b6d4 commit ba4c48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Not at the moment.

### I tried using an initrd for boot but it doesn't seem to be used. Is initrd supported?
Right now, initrd is not supported in Firecracker. You can track issue
[#228](https://github.com/aws/PRIVATE-firecracker/issues/208) for news on this
[#228](https://github.com/firecracker-microvm/firecracker/issues/208) for news on this
topic.

### Firecracker is not showing any output on the console.
Expand Down
2 changes: 1 addition & 1 deletion mmds/src/data_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl Mmds {

pub fn put_data(&mut self, data: Value) {
// TODO: we should add a data validator and only accept Strings, arrays & dictionaries
// https://github.com/aws/PRIVATE-firecracker/issues/401
// https://github.com/firecracker-microvm/firecracker/issues/401
self.data_store = data;
self.is_initialized = true;
}
Expand Down

0 comments on commit ba4c48f

Please sign in to comment.