Merge pull request #4436 from d2s/d2s-site-linkfix
Merge pull request 4436
This commit is contained in:
		
						commit
						7f6d29af5d
					
				| 
						 | 
				
			
			@ -123,7 +123,7 @@ namespace :site do
 | 
			
		|||
 | 
			
		||||
  desc "Copy the Code of Conduct"
 | 
			
		||||
  task :conduct do
 | 
			
		||||
    code_of_conduct = File.read("CONDUCT.md")
 | 
			
		||||
    code_of_conduct = File.read("CONDUCT.markdown")
 | 
			
		||||
    header, _, body = code_of_conduct.partition("\n\n")
 | 
			
		||||
    front_matter = {
 | 
			
		||||
      "layout"        => "docs",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -22,7 +22,7 @@ The much-anticipated Jekyll 3.0 has been released! Key changes:
 | 
			
		|||
- Lots of performance improvements
 | 
			
		||||
- ... and lots more!
 | 
			
		||||
 | 
			
		||||
We also added a [Code of Conduct]({{ site.repository }}/blob/master/CONDUCT.md) to encourage a happier, nicer community where contributions and discussion is protected from negative behaviour.
 | 
			
		||||
We also added a [Code of Conduct](/docs/conduct/) to encourage a happier, nicer community where contributions and discussion is protected from negative behaviour.
 | 
			
		||||
 | 
			
		||||
A huge shout-out to the amazing Jekyll Core Team members Jordon Bedwell, Alfred Xing, and Matt Rogers for all their hard work in making Jekyll 3 the best release yet.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,7 +15,7 @@ even if you wanted one
 | 
			
		|||
* We now strip the BOM by default per Ruby's `IO.open`.
 | 
			
		||||
* `page.dir` will not always end in a slash.
 | 
			
		||||
 | 
			
		||||
We also updated our [Code of Conduct](/conduct/) to the latest version of
 | 
			
		||||
We also updated our [Code of Conduct](/docs/conduct/) to the latest version of
 | 
			
		||||
the Contributor Covenant. The update includes language to ensure that the
 | 
			
		||||
reporter of the incident remains confidential to non-maintainers and that
 | 
			
		||||
all complaints will result in an appropriate response. I care deeply about
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue