Skip to content

Commit 044d10e

Browse files
Merge branch 'master' into release
2 parents e114f90 + 503cc9c commit 044d10e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>History</h2>
3535
</p>
3636

3737
<h2>Constitution</h2>
38-
<p>You can view our constituion <a href="{{site.url}}/Constitution.pdf">here</a>.</p>
38+
<p>You can view our constiution <a target="_blank" type="application/pdf" href="{{site.url}}/Constitution.pdf">here</a>.</p>
3939

4040
<h2>Committee</h2>
4141
<p>

0 commit comments

Comments
 (0)