Skip to content

Commit 13c92fa

Browse files
Fixing the readme file to remove the html at the end of links and fixing the warning emoji
1 parent e114f90 commit 13c92fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ This repository holds the code for CodeWith, a group in the UK that offers free
33

44
# Our Event
55
We run events online and manage it all through
6-
[our Slack group](https://www.codewith.org.uk/contact.html).
6+
[our Slack group](https://www.codewith.org.uk/contact).
77
It's all free, so if you're in the area please come along!
88

9-
You can see our current events at https://www.codewith.org.uk/events.html
9+
You can see our current events at https://www.codewith.org.uk/events
1010

1111
# Contributing to this repository
1212
## Repository branches
@@ -19,7 +19,7 @@ Feature/* | New code being developed | Contributors
1919

2020
## Pull requests
2121

22-
Please submit pull requests with useful descriptions, if you don't know how to use pull requests ask in [our Slack group](https://www.codewith.org.uk/contact.html).
22+
Please submit pull requests with useful descriptions, if you don't know how to use pull requests ask in [our Slack group](https://www.codewith.org.uk/contact).
2323

2424

2525
## Testing
@@ -57,11 +57,11 @@ Open a command line in the root directory of the repository.
5757

5858
If this is the first time you have built the site, make sure you have run `bundle pack` before attempting to build the site using jekyll.
5959

60-
>:Warning: The website uses extensionless links, meaning we don't need to include the '.html' extension on web pages and in anchor (<a>) links. In order that these links work while you view the site locally, open a new command-line window, navigate to the folder containing the website's source code, and run `bundle exec jekyll serve`. Leave that window running while you make your changes. This will start a local server and the address is shown in the command-line.
60+
:Warning: The website uses extensionless links, meaning we don't need to include the '.html' extension on web pages and in anchor (<a>) links. In order that these links work while you view the site locally, open a new command-line window, navigate to the folder containing the website's source code, and run `bundle exec jekyll serve`. Leave that window running while you make your changes. This will start a local server and the address is shown in the command-line.
6161

6262
The site rebuilds after every change, so just refresh the page in your browser to see the changes.
6363

64-
>:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
64+
:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
6565

6666

6767

0 commit comments

Comments
 (0)