Skip to content

Commit

Permalink
Update references to old code location
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern committed Jun 30, 2020
1 parent 669bad2 commit 1b6dd59
Show file tree
Hide file tree
Showing 10 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See [below](#submit) for some guidelines.
### Submitting a Pull Request
Before you submit your pull request consider the following guidelines:

* Search [GitHub](https://github.com/firebase/quickstart-nodejs/pulls) for an open or closed Pull Request
* Search [GitHub](https://github.com/firebase/quickstart-testing/pulls) for an open or closed Pull Request
that relates to your submission. You don't want to duplicate effort.
* Please sign our [Contributor License Agreement (CLA)](#cla) before sending pull
requests. We cannot accept code without this.
Expand Down
2 changes: 1 addition & 1 deletion cs-walkthrough/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ This directory contains files XYZ to support a Firebase Security Rules
walkthrough for Cloud Shell and the Learn Assistant.

If you need to restart the walkthrough for any reason, at the
Cloud Shell prompt, run '~/rules-tutorial/quickstart-nodejs/cs-walkthrough/walkthrough.sh'.
Cloud Shell prompt, run '~/rules-tutorial/quickstart-testing/cs-walkthrough/walkthrough.sh'.
70 changes: 35 additions & 35 deletions cs-walkthrough/TUTORIAL.md

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions cs-walkthrough/WALKTHROUGH.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cs-walkthrough/rules-examples/firestore.rules_template_0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//********************************************
// If you need to restart the walkthrough for
// any reason, at the Cloud Shell prompt
// run 'cd ~/rules-tutorial/quickstart-nodejs/cs-walkthrough/ ; ./walkthrough.sh; cd -'
// run 'cd ~/rules-tutorial/quickstart-testing/cs-walkthrough/ ; ./walkthrough.sh; cd -'
//********************************************

// This file contains a set of Firestore Security Rules.
Expand Down
2 changes: 1 addition & 1 deletion cs-walkthrough/rules-examples/firestore.rules_template_1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//********************************************
// If you need to restart the walkthrough for
// any reason, at the Cloud Shell prompt
// run 'cd ~/rules-tutorial/quickstart-nodejs/cs-walkthrough/ ; ./walkthrough.sh; cd -'
// run 'cd ~/rules-tutorial/quickstart-testing/cs-walkthrough/ ; ./walkthrough.sh; cd -'
//********************************************

rules_version = '2';
Expand Down
2 changes: 1 addition & 1 deletion cs-walkthrough/rules-examples/firestore.rules_template_2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//********************************************
// If you need to restart the walkthrough for
// any reason, at the Cloud Shell prompt
// run 'cd ~/rules-tutorial/quickstart-nodejs/cs-walkthrough/ ; ./walkthrough.sh; cd -'
// run 'cd ~/rules-tutorial/quickstart-testing/cs-walkthrough/ ; ./walkthrough.sh; cd -'
//********************************************

rules_version = '2';
Expand Down
2 changes: 1 addition & 1 deletion cs-walkthrough/rules-examples/firestore.rules_template_3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//********************************************
// If you need to restart the walkthrough for
// any reason, at the Cloud Shell prompt
// run 'cd ~/rules-tutorial/quickstart-nodejs/cs-walkthrough/ ; ./walkthrough.sh; cd -'
// run 'cd ~/rules-tutorial/quickstart-testing/cs-walkthrough/ ; ./walkthrough.sh; cd -'
//********************************************

rules_version = '2';
Expand Down
2 changes: 1 addition & 1 deletion cs-walkthrough/rules-examples/firestore.rules_template_4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//********************************************
// If you need to restart the walkthrough for
// any reason, at the Cloud Shell prompt
// run 'cd ~/rules-tutorial/quickstart-nodejs/cs-walkthrough/ ; ./walkthrough.sh; cd -'
// run 'cd ~/rules-tutorial/quickstart-testing/cs-walkthrough/ ; ./walkthrough.sh; cd -'
//********************************************

rules_version = '2';
Expand Down
2 changes: 1 addition & 1 deletion cs-walkthrough/rules-examples/firestore.rules_template_5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//********************************************
// If you need to restart the walkthrough for
// any reason, at the Cloud Shell prompt
// run 'cd ~/rules-tutorial/quickstart-nodejs/cs-walkthrough/ ; ./walkthrough.sh; cd -'
// run 'cd ~/rules-tutorial/quickstart-testing/cs-walkthrough/ ; ./walkthrough.sh; cd -'
//********************************************

rules_version = '2';
Expand Down

0 comments on commit 1b6dd59

Please sign in to comment.