Fix information in sample README #424
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes:
When the sample README split was done, it initially was planned to be in sub-folders and the main sample README referred to this. However, after discussion, the decided plan was to have all the samples in the same folder like before but with README files of the same name as the same (example:
pubsub.py
andpubsub.md
), but the earlier adjustment to the main sample README still referred to the sub-folder solution.This PR fixes that reference and makes it correct.
Resolves the discussion here: #423
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.