Skip to content

Commit 5ff77e7

Browse files
authored
Fixed ruby docs
1 parent 406fac3 commit 5ff77e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ here is the official list of supported programming languages:
2323
| -------- | ------------------------------------------------------------------------------------ | ------------------------------------------- | ----------------- |
2424
| C | [Documentation](https://sample-programs.therenegadecoder.com/languages/c/) | [gcc](https://hub.docker.com/_/gcc) | hyphen |
2525
| C ++ | [Documentation](https://sample-programs.therenegadecoder.com/languages/c-plus-plus/) | [gcc](https://hub.docker.com/_/gcc) | hyphen |
26-
| Go | [Documentation](https://sample-programs.therenegadecoder.com/languages/ruby/) | [golang](https://hub.docker.com/_/golang) | hyphen |
26+
| Go | | [golang](https://hub.docker.com/_/golang) | hyphen |
2727
| Java | [Documentation](https://sample-programs.therenegadecoder.com/languages/java/) | [openjdk](https://hub.docker.com/_/openjdk) | pascal |
2828
| Python | [Documentation](https://sample-programs.therenegadecoder.com/languages/python/) | [python](https://hub.docker.com/_/python) | underscore |
29-
| Ruby | | [ruby](https://hub.docker.com/_/ruby) | hyphen |
29+
| Ruby | [Documentation](https://sample-programs.therenegadecoder.com/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)