Skip to content
Browse files

Turns links to relative ones.

  • Loading branch information...
1 parent ae6eac4 commit 53bd1a65ca419cf007e23e9f877ec2677fdbae7e @Rafase282 Rafase282 committed
View
2 Challenge-Solution-Template.md
@@ -1,4 +1,4 @@
-:triangular_flag_on_post: Remember to use [**`Read-Search-Ask`**](http://github.com/FreeCodeCamp/FreeCodeCamp/wiki/How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. :busts_in_silhouette: Write your own code. :memo:
+:triangular_flag_on_post: Remember to use [**`Read-Search-Ask`**](How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. :busts_in_silhouette: Write your own code. :memo:
# :checkered_flag: Problem Explanation:
> Explain what is asked, in an easy to understand and detailed way.
View
2 Checkpoint-Convert-Celsius-to-Fahrenheit.md
@@ -3,7 +3,7 @@ The algorithm to convert from Celsius to Fahrenheit is the temperature in Celsiu
You are given a variable `celsius` representing a temperature in Celsius. Create a variable `fahrenheit` and apply the algorithm to assign it the corresponding temperature in Fahrenheit.
-Remember to use [ Read-Search-Ask](http://github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
+Remember to use [ Read-Search-Ask](How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
## Useful Links
- [The Order of Operations: PEMDAS](http://www.purplemath.com/modules/orderops.htm)
View
2 Checkpoint-Counting-Cards.md
@@ -21,7 +21,7 @@ You will write a card counting function. It will receive a **card** parameter an
- -3 Hold
- 5 Bet
-Remember to use [ Read-Search-Ask](http://github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
+Remember to use [ Read-Search-Ask](How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
## Useful Links
- [Challenge: Selecting from many options with Switch Statements](http://www.freecodecamp.com/challenges/selecting-from-many-options-with-switch-statements)
View
2 Checkpoint-Golf-Code.md
@@ -17,7 +17,7 @@ Your function will be passed a par and strokes. Return strings according to this
par and strokes will always be numeric and positive.
-Remember to use [ Read-Search-Ask](http://github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
+Remember to use [ Read-Search-Ask](How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
## Useful Links
- [Challenge: Chaining If Else Statements](http://www.freecodecamp.com/challenges/chaining-if-else-statements)
View
2 Checkpoint-Profile-Lookup.md
@@ -14,7 +14,7 @@ If **firstName** does not correspond to any contacts then return **"No such cont
If **prop** does not correspond to any valid properties then return **"No such property"**
-Remember to use [ Read-Search-Ask](http://github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
+Remember to use [ Read-Search-Ask](How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
## Useful Links
- [Challenge: Accessing Objects Properties with Bracket Notation](http://www.freecodecamp.com/challenges/accessing-objects-properties-with-bracket-notation)
View
2 Checkpoint-Record-Collection.md
@@ -16,7 +16,7 @@ If **value** is blank, delete that **prop**.
Always return the entire collection object.
-Remember to use [ Read-Search-Ask](http://github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
+Remember to use [ Read-Search-Ask](How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
## Useful Links
- [Challenge: Accessing Objects Properties with Bracket Notation](http://www.freecodecamp.com/challenges/accessing-objects-properties-with-bracket-notation)
View
2 Checkpoint-Shopping-List.md
@@ -7,7 +7,7 @@ The first element in each sub-array should contain a string with the name of the
There should be at least 5 sub-arrays in the list.
-Remember to use [ Read-Search-Ask](http://github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
+Remember to use [ Read-Search-Ask](How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
## Useful Link
- [Challenge: Nest one Array within Another Array](http://www.freecodecamp.com/challenges/nest-one-array-within-another-array)
View
2 Checkpoint-Stand-In-Line.md
@@ -12,7 +12,7 @@ Add the item onto the end of the array, then remove the first element of the arr
The queue function should return the element that was removed.
-Remember to use [ Read-Search-Ask](http://github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
+Remember to use [ Read-Search-Ask](How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
## Useful Links
- [Challenge: Manipulate Arrays With push()](http://www.freecodecamp.com/challenges/manipulate-arrays-with-push)
View
2 Checkpoint-Word-Blanks.md
@@ -6,7 +6,7 @@ You will need to use string operators to build a new string, result, using the p
You will also need to provide additional strings, which will not change, in between the provided words.
-Remember to use [ Read-Search-Ask](http://github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
+Remember to use [ Read-Search-Ask](How-to-get-help-when-you-get-stuck) if you get stuck. Try to pair program. Write your own code.
## Useful Links
- [Mad Libs](https://en.wikipedia.org/wiki/Mad_Libs)

0 comments on commit 53bd1a6

Please sign in to comment.
Something went wrong with that request. Please try again.