We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The latest version of documentation/codelabs/helloworlds/helloworld_java.md contains broken links at the very end of the document:
documentation/codelabs/helloworlds/helloworld_java.md
You've just completed the Soy Hello World using Java. Where should you go next? To use the same templates from this chapter in JavaScript, try the Hello World Using JavaScript examples. To read more about Soy concepts, take a look at the Concepts chapter.
You've just completed the Soy Hello World using Java. Where should you go next?
Both of these links are broken:
helloworld_js.md
/third_party/java_src/soy/g3doc/concepts/index.md
/documentation/concepts/index.md
The text was updated successfully, but these errors were encountered:
Fix links in open source docs by converting absolute to relative paths.
59bccf4
This addresses one of the two issues reported in: #212 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=328213970
No branches or pull requests
The latest version of
documentation/codelabs/helloworlds/helloworld_java.md
contains broken links at the very end of the document:Both of these links are broken:
helloworld_js.md
does not exist in the same directory (but would be very useful!)/third_party/java_src/soy/g3doc/concepts/index.md
does not exist in this repo — should this point to/documentation/concepts/index.md
instead?The text was updated successfully, but these errors were encountered: