Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit01b654a

Browse files
committed
Merge pull request#733 from github/implement-redirects
Implement redirects
2 parentsb1148ea +113f02d commit01b654a

17 files changed

+48
-14
lines changed

‎Rules‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Reset search-index by deleting it every time
1414
preprocessdo
1515
File.delete("output/search-index.json")ifFile.exists?("output/search-index.json")
16+
generate_redirects(config[:redirects])
1617
end
1718

1819
compile'/static/*'do

‎config.yaml‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,13 @@ api_versions:
5757
-2011-4-27
5858
-
5959
-v3
60+
61+
redirects:
62+
-/changes/2012-9-5-watcher-api/:/changes/2012-09-05-watcher-api/
63+
-/changes/2012-9-28-auto-init-for-repositories/:/changes/2012-09-28-auto-init-for-repositories/
64+
-/changes/2013-2-5-changes-to-services/:/changes/2013-02-05-changes-to-services/
65+
-/changes/2013-2-13-hookshot-issues/:/changes/2013-02-13-hookshot-issues/
66+
-/changes/2013-2-13-hookshot-load-balancer/:/changes/2013-02-13-hookshot-load-balancer/
67+
-/changes/2013-2-13-sortable-stars/:/changes/2013-02-14-sortable-stars/
68+
-/changes/2013-3-1-new-hookshot-coming/:/changes/2013-03-01-new-hookshot-coming/
69+
-/changes/2014-2-10-ping-event-for-webhooks/:/changes/2014-02-10-ping-event-for-webhooks/

‎content/changes/2012-9-5-watcher-api.html‎renamed to ‎content/changes/2012-09-05-watcher-api.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
kind: change
33
title: Upcoming Changes to Watcher and Star APIs
4-
created_at: 2012-9-5
4+
created_at: 2012-09-05
55
author_name: technoweenie
66
---
77

‎content/changes/2012-9-28-auto-init-for-repositories.html‎renamed to ‎content/changes/2012-09-28-auto-init-for-repositories.html‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
kind: change
33
title: Initialize a repository when creating
4-
created_at: 2012-9-28
4+
created_at: 2012-09-28
55
author_name: pengwynn
66
---
77

@@ -45,4 +45,3 @@
4545
[twitter]: https://twitter.com/githubapi
4646
[email]: mailto:support@github.com
4747
[c]: https://github.com/c
48-

‎content/changes/2012-11-29-gitignore-templates.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
DerivedData
5555
.idea/
5656

57-
[init-post]: /changes/2012-9-28-auto-init-for-repositories/
57+
[init-post]: /changes/2012-09-28-auto-init-for-repositories/
5858
[repo-create]: /v3/repos/#create
5959
[templates-repo]: https://github.com/github/gitignore
6060
[new-api]: /v3/gitignore/

‎content/changes/2013-2-5-changes-to-services.html‎renamed to ‎content/changes/2013-02-05-changes-to-services.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
kind: change
33
title: Upcoming Changes to GitHub Services
4-
created_at: 2013-2-5
4+
created_at: 2013-02-05
55
author_name: technoweenie
66
---
77

‎content/changes/2013-2-13-hookshot-issues.html‎renamed to ‎content/changes/2013-02-13-hookshot-issues.html‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
kind: change
33
title: Some Hookshot Issues
4-
created_at: 2013-2-13T11:00:00
4+
created_at: 2013-02-13T11:00:00
55
author_name: technoweenie
66
---
77

@@ -17,4 +17,3 @@
1717

1818
We're currently working on solving this problem. Hit up [support@github.com](mailto:support@github.com)
1919
if you have any questions.
20-

‎content/changes/2013-2-13-hookshot-load-balancer.html‎renamed to ‎content/changes/2013-02-13-hookshot-load-balancer.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
kind: change
33
title: Hookshot Load balancer
4-
created_at: 2013-2-13T12:00:00
4+
created_at: 2013-02-13T12:00:00
55
author_name: technoweenie
66
---
77

‎content/changes/2013-2-13-sortable-stars.html‎renamed to ‎content/changes/2013-02-14-sortable-stars.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
kind: change
33
title: Sortable Stars in Repository Starring API
4-
created_at: 2013-2-14
4+
created_at: 2013-02-14
55
author_name: pengwynn
66
---
77

‎content/changes/2013-3-1-new-hookshot-coming.html‎renamed to ‎content/changes/2013-03-01-new-hookshot-coming.html‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
kind: change
33
title: New Hookshot Changes
4-
created_at: 2013-3-1
4+
created_at: 2013-03-01
55
author_name: technoweenie
66
---
77

@@ -22,4 +22,3 @@
2222

2323
This also means we should be able to start accepting [GitHub Services pull
2424
requests](https://github.com/github/github-services/pulls) very soon :)
25-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp