Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit 4f5a2bf

Browse files
authored
Source code is now in apple/swift
1 parent fd250cb commit 4f5a2bf

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can [download a pre-built package](Installation.md) for Swift for TensorFlow
4747
After installation, you can follow these [instructions](Usage.md) to try it out.
4848

4949
For instructions on building from source, visit
50-
[google/swift](https://github.com/google/swift/tree/tensorflow).
50+
[apple/swift](https://github.com/apple/swift/tree/tensorflow).
5151

5252
## Documentation
5353

@@ -71,14 +71,16 @@ Below are some documents explaining the Swift for TensorFlow project.
7171

7272
## Source code
7373

74-
Currently, the active development of Swift for TensorFlow will happen under
75-
the "tensorflow" branch of
76-
[google/swift](https://github.com/google/swift/tree/tensorflow).
74+
The active development of Swift for TensorFlow will happen under the
75+
"tensorflow" branch of
76+
[apple/swift](https://github.com/apple/swift/tree/tensorflow).
77+
New language features will eventually go through the Swift evolution process
78+
as part of being considered for being pulled into master.
7779

7880
These projects include:
7981

80-
- The compiler and standard libraries: [google/swift](http://github.com/google/swift/tree/tensorflow)
81-
- Debugger and REPL support: [google/swift-lldb](http://github.com/google/swift-lldb)
82+
- The compiler and standard libraries: [apple/swift](http://github.com/apple/swift/tree/tensorflow)
83+
- Debugger and REPL support: [apple/swift-lldb](http://github.com/apple/swift-lldb/tree/tensorflow)
8284

8385
Swift for TensorFlow is **not** intended to remain a long-term fork of the official
8486
Swift language. As the code matures, we aim to merge it upstream to the official
@@ -101,14 +103,14 @@ Before reporting an issue, please check the [Frequently Asked Questions](FAQ.md)
101103

102104
For questions about general use or feature requests, please report them in this repository or send an email to the [mailing list](mailto:[email protected]).
103105

104-
For Swift compiler bugs, please report them to [google/swift](https://github.com/google/swift/issues).
106+
For Swift compiler bugs, please file them to [bugs.swift.org](https://bugs.swift.org) against the “Swift for TensorFlow” component.
105107

106108
For bugs in the example models, please report them to [tensorflow/swift-models](https://github.com/tensorflow/swift-models/issues).
107109

108110
## Contributing
109111

110-
We welcome source code contributions: please read the [Contributor
111-
Guide](https://github.com/google/swift/blob/tensorflow/CONTRIBUTING.md).
112+
We welcome source code contributions: please read
113+
[Contributing Code](https://swift.org/contributing/#contributing-code).
112114
It is always a good idea to discuss your plans on the mailing list
113115
before making any major submissions.
114116

0 commit comments

Comments
 (0)