Skip to content

Commit 302bfbf

Browse files
committed
revert to /contribute/ urls
1 parent 4b34e7f commit 302bfbf

25 files changed

+52
-83
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For more details on the Docker option, see [this issue](https://github.com/scala
2727

2828
## Contributing ##
2929

30-
Please have a look at [Add New Guides/Tutorials](https://docs.scala-lang.org/overviews/contribute/add-guides.html) before making a contribution.
30+
Please have a look at [Add New Guides/Tutorials](https://docs.scala-lang.org/contribute/add-guides.html) before making a contribution.
3131
This document gives an overview of the type of documentation contained within the Scala Documentation repository and the repository's structure.
3232

3333
Small changes, or corrected typos will generally be pulled in right away. Large changes, like the addition of new documents, or the rewriting of

_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ defaults:
105105
overview-name: "Scala 3 — Book"
106106
layout: multipage-overview
107107
permalink: "/scala3/book/:title.html"
108+
-
109+
scope:
110+
path: "_overviews/contribute"
111+
values:
112+
partof: scala-contribution
113+
overview-name: Contributing to Scala
114+
layout: multipage-overview
115+
permalink: "/contribute/:title.html"
108116
-
109117
scope:
110118
path: "_overviews/scala3-migration"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Documentation
3-
link: /overviews/contribute/documentation.html
3+
link: /contribute/documentation.html
44
icon: fa fa-book
55
---
6-
[Scaladoc (API)](/overviews/contribute/scala-standard-library-api-documentation.html), [docs.scala-lang.org](/overviews/contribute/add-guides.html) and [scala-lang.org](https://github.com/scala/scala-lang).
6+
[Scaladoc (API)](/contribute/scala-standard-library-api-documentation.html), [docs.scala-lang.org](/contribute/add-guides.html) and [scala-lang.org](https://github.com/scala/scala-lang).

_contribute_resources/2-bug-fixes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Bug fixes
3-
link: /overviews/contribute/guide.html
3+
link: /contribute/guide.html
44
icon: fa fa-bug
55
---
6-
Issues with the tools, core libraries and compiler. Also you can help us by [reporting bugs](/overviews/contribute/bug-reporting-guide.html).
6+
Issues with the tools, core libraries and compiler. Also you can help us by [reporting bugs](/contribute/bug-reporting-guide.html).

_contribute_resources/3-code-reviews.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Code Reviews
3-
link: /overviews/contribute/codereviews.html
3+
link: /contribute/codereviews.html
44
icon: fa fa-eye
55
---
66
Review pull requests against [scala/scala](https://github.com/scala/scala/pulls),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Core Libraries
3-
link: /overviews/contribute/corelibs.html
3+
link: /contribute/corelibs.html
44
icon: fa fa-clipboard
55
---
66
Update and expand the capabilities of the core (and associated) Scala libraries.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: IDE and Build Tools
3-
link: /overviews/contribute/tools.html
3+
link: /contribute/tools.html
44
icon: fa fa-terminal
55
---
66
Enhance the Scala tools with features for build tools, IDE plug-ins and other related projects.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Compiler/Language
3-
link: /overviews/contribute/guide.html#larger-changes-new-features
3+
link: /contribute/guide.html#larger-changes-new-features
44
icon: fa fa-cogs
55
---
66
Larger language features and compiler enhancements including language specification and SIPs.

_data/doc-nav-header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- title: Language Specification
3737
url: http://scala-lang.org/files/archive/spec/2.13/
3838
- title: Contribution Guide
39-
url: "/overviews/contribute/"
39+
url: "/contribute/"
4040
- title: Style Guide
4141
url: "/style/index.html"
4242
- title: Cheatsheet

_data/nav-header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
url: https://index.scala-lang.org
1212
can-highlight: true
1313
- title: Contribute
14-
url: /overviews/contribute/
14+
url: /contribute/
1515
- title: Blog
1616
url: https://www.scala-lang.org/blog/
1717
can-highlight: true

0 commit comments

Comments
 (0)