diff options
| author | Marco Vanotti <mvanotti@users.noreply.github.com> | 2019-03-19 23:50:58 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-03-20 07:50:58 +0100 |
| commit | 14799fb2ef51ccfbee34fcb8b290bf3441a3791a (patch) | |
| tree | 3e5a1b0a91d809454956506da6a7ee3a73e15d5f /sys | |
| parent | 54779150a632351ac7f93ca754d7f3b1430383ed (diff) | |
docs, pkg/vcs, sys/fuchsia: update fuchsia urls
Recently the fuchsia team decided to merge all their subrepos into one
big git repo. This meant that the "zircon" repo doesn't exist anymore.
Instead almost everything is under the fuchsia repo.
This change updates all the reference I could find in the code that
point to the zircon and docs repo to make them point to the new fuchsia
repo.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/fuchsia/fidl.txt | 2 | ||||
| -rw-r--r-- | sys/fuchsia/sys.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/fuchsia/fidl.txt b/sys/fuchsia/fidl.txt index 4a3a65cf4..37224af66 100644 --- a/sys/fuchsia/fidl.txt +++ b/sys/fuchsia/fidl.txt @@ -1,7 +1,7 @@ # Copyright 2018 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -# See https://fuchsia.googlesource.com/zircon/+/master/docs/fidl/wire-format/index.md +# See https://fuchsia.googlesource.com/fuchsia/+/master/docs/development/languages/fidl/reference/wire-format/README.md include <zircon/fidl.h> diff --git a/sys/fuchsia/sys.txt b/sys/fuchsia/sys.txt index 1fb885f03..9237dc649 100644 --- a/sys/fuchsia/sys.txt +++ b/sys/fuchsia/sys.txt @@ -1,7 +1,7 @@ # Copyright 2017 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -# See https://fuchsia.googlesource.com/zircon/+/master/docs/syscalls.md +# See https://fuchsia.googlesource.com/fuchsia/+/master/zircon/docs/syscalls.md include <zircon/syscalls.h> include <ddk/driver.h> |
