You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC
after moving to mono repo some links in README (and other markdown) files got broken or point to the archived repos. this PR updates such links that i found.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ use GitHub pull requests for this purpose. Consult
23
23
information on using pull requests.
24
24
25
25
## Continuous Integration
26
-
Continuous Integration tests run for every PR that is sent against TensorFlow.js repositories. Any time you push to the branch, they will re-run. Before asking for a review, make sure that the continous integration tests are passing.
26
+
Continuous Integration tests run for every PR that is sent against TensorFlow.js repositories. Any time you push to the branch, they will re-run. Before asking for a review, make sure that the continuous integration tests are passing.
27
27
28
28
To see the logs from the Cloud Build CI, please join either
Copy file name to clipboardExpand all lines: tfjs-node/WINDOWS_TROUBLESHOOTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Currently, node-gyp requires Python 2.x to work properly. If Python 3.x is insta
8
8
9
9
## 'The system cannot find the patch specified' Exceptions
10
10
11
-
This can happen for a variety of reasons. First, to inspect what is missing either `cd node_modules/@tensorflow/tfjs-node` or clone the [tensorflow/tfjs-node repo](https://github.com/tensorflow/tfjs-node).
11
+
This can happen for a variety of reasons. First, to inspect what is missing either `cd node_modules/@tensorflow/tfjs-node` or clone the [tensorflow/tfjs repo](https://github.com/tensorflow/tfjs).
12
12
13
13
After `cd`'ing or cloning, run the following command (you might need node-gyp installed globablly `npm install -g node-gyp`):
Copy file name to clipboardExpand all lines: tfjs-react-native/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ export class App extends React.Component {
115
115
After gathering feedback in the alpha release we will add an example to the [tensorflow/tfjs-examples](https://github.com/tensorflow/tfjs-examples) repository.
116
116
117
117
For now you can take a look at [`integration_rn59/App.tsx`](integration_rn59/App.tsx) for an example of what using tfjs-react-native looks like.
118
-
The [Webcam demo folder](integration_rn70/components/webcam) has an example of a style transfer app.
118
+
The [Webcam demo folder](integration_rn59/components/webcam) has an example of a style transfer app.
119
119
120
120

121
121

0 commit comments