mirror of
				https://codeberg.org/buzzcode2007/FCC-Project-URLShortener.git
				synced 2025-05-21 03:06:34 +00:00 
			
		
		
		
	Fix: App API and freeCodeCamp URLs (#4)
This PR: - Changes `thread-paper.hyperdev.space` to `thread-paper.glitch.me` - Changes `forum.freecodecamp.com` to `freecodecamp.org/forum/` - Changes `freecodecamp.com` to `freecodecamp.org` - Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/17550
This commit is contained in:
		
							parent
							
								
									13dd4b6376
								
							
						
					
					
						commit
						7fed7e80e7
					
				
					 2 changed files with 5 additions and 5 deletions
				
			
		|  | @ -26,20 +26,20 @@ | |||
|         </p> | ||||
|         <form action="api/shorturl/new" method="POST"> | ||||
|           <label for="url_input">URL to be shortened</label> | ||||
|           <input id="url_input" type="text" name="url" value="https://www.freecodecamp.com"> | ||||
|           <input id="url_input" type="text" name="url" value="https://www.freecodecamp.org"> | ||||
|           <input type="submit" value="POST URL"> | ||||
|         </form> | ||||
|         <h3>Example Usage:</h3> | ||||
|         <a href="https://thread-paper.hyperdev.space/api/shorturl/3"> | ||||
|         <a href="https://thread-paper.glitch.me/api/shorturl/3"> | ||||
|           [this_project_url]/api/shorturl/3 | ||||
|         </a> | ||||
| 
 | ||||
|         <h3>Will Redirect to:</h3> | ||||
|         <p>https://forum.freecodecamp.com</p> | ||||
|         <p>https://www.freecodecamp.org/forum/</p> | ||||
|       </div> | ||||
|       <div class="footer"> | ||||
|         <p> | ||||
|           by <a href="http://www.freecodecamp.com">freeCodeCamp</a> | ||||
|           by <a href="https://www.freecodecamp.org">freeCodeCamp</a> | ||||
|         </p> | ||||
|       </div> | ||||
|    </body> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue