Skip to content

Commit d9c44eb

Browse files
committed
prepare for move files
1 parent 532dbc3 commit d9c44eb

11 files changed

+13
-13
lines changed

contribute/bug-reporting-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Bug Reporting
2+
title: Bug Reporting Guide
33
layout: inner-page-no-masthead
4-
# permalink: /contribute/bug-reporting-guide/
54
includeTOC: true
5+
permalink: /contribute/bug-reporting-guide.html
66
---
77

88
The Scala compiler and standard library bug tracker is located at [https://github.com/scala/bug](https://github.com/scala/bug). Before you submit a bug make sure that it is certainly a bug by following instructions in *Is it a Bug?*.

contribute/codereviews.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Code Review Contributions
33
layout: inner-page-no-masthead
4-
# permalink: /contribute/codereviews/
54
includeTOC: true
5+
permalink: /contribute/codereviews.html
66
---
77
## Code Review Contributions
88

contribute/corelibs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Core Library Contributions
33
layout: inner-page-no-masthead
4-
# permalink: /contribute/corelibs/
54
includeTOC: true
5+
permalink: /contribute/corelibs.html
66
---
77
## Core Library Contributions
88

contribute/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Documentation Contributions
33
layout: inner-page-no-masthead
4-
# permalink: /contribute/documentation/
54
includeTOC: true
5+
permalink: /contribute/documentation.html
66
---
77
## Contributing Documentation to the Scala project
88

contribute/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Contributing guide
33
layout: inner-page-no-masthead
4-
# permalink: /contribute/guide/
54
includeTOC: true
5+
permalink: /contribute/guide.html
66
---
77

88
<div class="container">

contribute/hacker-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Scala hacker guide
33
by: Eugene Burmako
44
layout: inner-page-no-masthead
5-
# permalink: /contribute/hacker-guide/
65
includeTOC: true
6+
permalink: /contribute/hacker-guide.html
77
---
88
<br>
99
This guide is intended to help you get from an idea of fixing a bug or implementing a new feature into a nightly Scala build, and, ultimately, to a production release of Scala incorporating your idea.

contribute/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Contribute
33
layout: inner-page-no-masthead
4-
# permalink: /contribute/
54
includeTOC: true
5+
permalink: /contribute/
66
---
77

88
The Scala programming language is an open source project with a very

contribute/partest-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Running the Test Suite
33
layout: inner-page-no-masthead
4-
# permalink: /contribute/partest-guide/
54
includeTOC: true
5+
permalink: /contribute/partest-guide.html
66
---
77

88
Partest is a custom parallel testing tool that we use to run the test suite for the Scala compiler and library. Go to the scala project folder from your local checkout and run it via `sbt`, `ant` or standalone as follows.
@@ -35,7 +35,7 @@ The test suite can be run by using ant from the command line:
3535

3636
Please note the standalone scripts mentioned below were removed in 2.12.2. sbt is the preferred way to run the test suite.
3737

38-
There are launch scripts `partest` and `partest.bat` in the `test` folder of the scala project. To have partest run failing tests only and print details about test failures to the console, you can use
38+
There are launch scripts `partest` and `partest.bat` in the `test` folder of the scala project. To have partest run failing tests only and print details about test failures to the console, you can use
3939

4040
./test/partest --show-diff --show-log --failed
4141

contribute/scala-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Scala Internals Mailing List
33
layout: inner-page-no-masthead
4-
permalink: /contribute/scala-internals/
54
includeTOC: true
5+
permalink: /contribute/scala-internals/
66
---
77

88
## scala-internals

contribute/scala-standard-library-api-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Contribute to API Documentation
33
layout: inner-page-no-masthead
4-
# permalink: /contribute/scala-standard-library-api-documentation.html
54
includeTOC: true
5+
permalink: /contribute/scala-standard-library-api-documentation.html
66
---
77

88
This page is specific to API documentation contributions – that is, API

contribute/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: IDE and Build Tool Contributions
33
layout: inner-page-no-masthead
4-
# permalink: /contribute/tools/
54
includeTOC: true
5+
permalink: /contribute/tools.html
66

77
# Projects list:
88
projects:

0 commit comments

Comments
 (0)