Skip to content

Commit ed688e7

Browse files
authored
Updated several sample programs URLs
1 parent 80c5965 commit ed688e7

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

README.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -47,34 +47,34 @@ Like the Sample Programs repo, the Sample Programs template repo only
4747
supports projects that have documentation and testing. As a result,
4848
here is the official list of supported projects:
4949

50-
| Project | Requirements | Default Naming Convention |
51-
| ----------------------------- | ----------------------------------------------------------------------------------------- | ------------------------- |
52-
| Baklava | [Requirements](https://sample-programs.therenegadecoder.com/projects/baklava/) | baklava |
53-
| Binary Search | [Requirements](https://sample-programs.therenegadecoder.com/projects/binary-search/) | binary-search |
54-
| Bubble Sort | [Requirements](https://sample-programs.therenegadecoder.com/projects/bubble-sort/) | bubble-sort |
55-
| Capitalize | [Requirements](https://sample-programs.therenegadecoder.com/projects/capitalize/) | capitalize |
56-
| Convex Hull | [Requirements](https://sample-programs.therenegadecoder.com/projects/convex-hull/) | convex-hull |
57-
| Even/Odd | [Requirements](https://sample-programs.therenegadecoder.com/projects/even-odd/) | even-odd |
58-
| Factorial | [Requirements](https://sample-programs.therenegadecoder.com/projects/factorial/) | factorial |
59-
| Fibonacci | [Requirements](https://sample-programs.therenegadecoder.com/projects/fibonacci/) | fibonacci |
60-
| File IO | [Requirements](https://sample-programs.therenegadecoder.com/projects/file-io/) | file-io |
61-
| Fizz Buzz | [Requirements](https://sample-programs.therenegadecoder.com/projects/fizz-buzz/) | fizz-buzz |
62-
| Hello World | [Requirements](https://sample-programs.therenegadecoder.com/projects/hello-world/) | hello-world |
63-
| Insertion Sort | [Requirements](https://sample-programs.therenegadecoder.com/projects/insertion-sort/) | insertion-sort |
64-
| Job Sequencing | [Requirements](https://sample-programs.therenegadecoder.com/projects/job-sequencing/) | job-sequencing |
65-
| Longest Common Subsequence | [Requirements](https://sample-programs.therenegadecoder.com/projects/lcs/) | lcs |
66-
| Longest Palindromic Substring | [Requirements](https://sample-programs.therenegadecoder.com/projects/lps/) | lps |
67-
| Linear Search | [Requirements](https://sample-programs.therenegadecoder.com/projects/linear-search/) | linear-search |
68-
| Merge Sort | [Requirements](https://sample-programs.therenegadecoder.com/projects/merge-sort/) | merge-sort |
69-
| Minimum Spanning Tree | [Requirements](https://sample-programs.therenegadecoder.com/projects/mst/) | mst |
70-
| Palindromic Numbers | [Requirements](https://sample-programs.therenegadecoder.com/projects/palindromic-number/) | palindromic-number |
71-
| Prime Numbers | [Requirements](https://sample-programs.therenegadecoder.com/projects/prime-number/) | prime-number |
72-
| Quine | [Requirements](https://sample-programs.therenegadecoder.com/projects/quine/) | quine |
73-
| ROT-13 | [Requirements](https://sample-programs.therenegadecoder.com/projects/rot-13/) | rot-13 |
74-
| Reverse a String | [Requirements](https://sample-programs.therenegadecoder.com/projects/reverse-string/) | reverse-string |
75-
| Roman Numeral Conversion | [Requirements](https://sample-programs.therenegadecoder.com/projects/roman-numeral/) | roman-numeral |
76-
| Selection Sort | [Requirements](https://sample-programs.therenegadecoder.com/projects/selection-sort/) | selection-sort |
77-
| Sleep Sort | [Requirements](https://sample-programs.therenegadecoder.com/projects/sleep-sort/) | sleep-sort |
50+
| Project | Requirements | Default Naming Convention |
51+
| ----------------------------- | ---------------------------------------------------------------------- | ------------------------- |
52+
| Baklava | [Requirements](https://sampleprograms.io/projects/baklava/) | baklava |
53+
| Binary Search | [Requirements](https://sampleprograms.io/projects/binary-search/) | binary-search |
54+
| Bubble Sort | [Requirements](https://sampleprograms.io/projects/bubble-sort/) | bubble-sort |
55+
| Capitalize | [Requirements](https://sampleprograms.io/projects/capitalize/) | capitalize |
56+
| Convex Hull | [Requirements](https://sampleprograms.io/projects/convex-hull/) | convex-hull |
57+
| Even/Odd | [Requirements](https://sampleprograms.io/projects/even-odd/) | even-odd |
58+
| Factorial | [Requirements](https://sampleprograms.io/projects/factorial/) | factorial |
59+
| Fibonacci | [Requirements](https://sampleprograms.io/projects/fibonacci/) | fibonacci |
60+
| File IO | [Requirements](https://sampleprograms.io/projects/file-io/) | file-io |
61+
| Fizz Buzz | [Requirements](https://sampleprograms.io/projects/fizz-buzz/) | fizz-buzz |
62+
| Hello World | [Requirements](https://sampleprograms.io/projects/hello-world/) | hello-world |
63+
| Insertion Sort | [Requirements](https://sampleprograms.io/projects/insertion-sort/) | insertion-sort |
64+
| Job Sequencing | [Requirements](https://sampleprograms.io/projects/job-sequencing/) | job-sequencing |
65+
| Longest Common Subsequence | [Requirements](https://sampleprograms.io/projects/lcs/) | lcs |
66+
| Longest Palindromic Substring | [Requirements](https://sampleprograms.io/projects/lps/) | lps |
67+
| Linear Search | [Requirements](https://sampleprograms.io/projects/linear-search/) | linear-search |
68+
| Merge Sort | [Requirements](https://sampleprograms.io/projects/merge-sort/) | merge-sort |
69+
| Minimum Spanning Tree | [Requirements](https://sampleprograms.io/projects/mst/) | mst |
70+
| Palindromic Numbers | [Requirements](https://sampleprograms.io/projects/palindromic-number/) | palindromic-number |
71+
| Prime Numbers | [Requirements](https://sampleprograms.io/projects/prime-number/) | prime-number |
72+
| Quine | [Requirements](https://sampleprograms.io/projects/quine/) | quine |
73+
| ROT-13 | [Requirements](https://sampleprograms.io/projects/rot-13/) | rot-13 |
74+
| Reverse a String | [Requirements](https://sampleprograms.io/projects/reverse-string/) | reverse-string |
75+
| Roman Numeral Conversion | [Requirements](https://sampleprograms.io/projects/roman-numeral/) | roman-numeral |
76+
| Selection Sort | [Requirements](https://sampleprograms.io/projects/selection-sort/) | selection-sort |
77+
| Sleep Sort | [Requirements](https://sampleprograms.io/projects/sleep-sort/) | sleep-sort |
7878

7979
As always, if you're interested in how this projects are tested, check
80-
out [the official documentation](https://sample-programs.therenegadecoder.com/projects/).
80+
out [the official documentation](https://sampleprograms.io/projects/).

0 commit comments

Comments
 (0)