Skip to content

Commit f78989f

Browse files
authored
Fixed all sample programs URLs
1 parent ed688e7 commit f78989f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Unlike the Sample Programs repo, the Sample Programs template repo only
1919
supports languages with an official Docker image for testing. As a result,
2020
here is the official list of supported programming languages:
2121

22-
| Language | Documentation | Image | Naming Convention |
23-
| -------- | ------------------------------------------------------------------------------------ | ------------------------------------------- | ----------------- |
24-
| C | [Documentation](https://sample-programs.therenegadecoder.com/languages/c/) | [gcc](https://hub.docker.com/_/gcc) | hyphen |
25-
| C ++ | [Documentation](https://sample-programs.therenegadecoder.com/languages/c-plus-plus/) | [gcc](https://hub.docker.com/_/gcc) | hyphen |
26-
| Go | | [golang](https://hub.docker.com/_/golang) | hyphen |
27-
| Java | [Documentation](https://sample-programs.therenegadecoder.com/languages/java/) | [openjdk](https://hub.docker.com/_/openjdk) | pascal |
28-
| Python | [Documentation](https://sample-programs.therenegadecoder.com/languages/python/) | [python](https://hub.docker.com/_/python) | underscore |
29-
| Ruby | [Documentation](https://sample-programs.therenegadecoder.com/languages/ruby/) | [ruby](https://hub.docker.com/_/ruby) | hyphen |
22+
| Language | Documentation | Image | Naming Convention |
23+
| -------- | ----------------------------------------------------------------- | ------------------------------------------- | ----------------- |
24+
| C | [Documentation](https://sampleprograms.io/languages/c/) | [gcc](https://hub.docker.com/_/gcc) | hyphen |
25+
| C ++ | [Documentation](https://sampleprograms.io/languages/c-plus-plus/) | [gcc](https://hub.docker.com/_/gcc) | hyphen |
26+
| Go | | [golang](https://hub.docker.com/_/golang) | hyphen |
27+
| Java | [Documentation](https://sampleprograms.io/languages/java/) | [openjdk](https://hub.docker.com/_/openjdk) | pascal |
28+
| Python | [Documentation](https://sampleprograms.io/languages/python/) | [python](https://hub.docker.com/_/python) | underscore |
29+
| Ruby | [Documentation](https://sampleprograms.io/languages/ruby/) | [ruby](https://hub.docker.com/_/ruby) | hyphen |
3030

3131
In the table above, you might have noticed the naming convention column.
3232
The terms in that column indicate the expected naming convention of the code

0 commit comments

Comments
 (0)