Skip to content

Commit cb06f99

Browse files
Fixing hrefs to outside pages
1 parent 2f59811 commit cb06f99

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

pages/contributions/filing_a_bug.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Writing a good bug report is not hard. Just follow a few effective techniques an
1414

1515
It is worth noting that there are a few alternative options for support:
1616

17-
1. Check the [Sunbird troubleshooting](http://www.sunbird.org/developer-docs/troubleshooting/) page for a solution. If there is no solution for your issue, the following process will guide you in figuring out what to do.
18-
2. The bug you have experienced might be faced by others also, it is recommended to check the [Sunbird issue tracker](https://github.com/project-sunbird/project-sunbird.github.io/issues)
17+
1. Check the [Sunbird troubleshooting](http://www.sunbird.org/developer-docs/troubleshooting/){:target="_blank"} page for a solution. If there is no solution for your issue, the following process will guide you in figuring out what to do.
18+
2. The bug you have experienced might be faced by others also, it is recommended to check the [Sunbird issue tracker](https://github.com/project-sunbird/project-sunbird.github.io/issues){:target="_blank"}
1919
3. If the bug report exists, you may click "subscribe" to follow any developments.
2020

2121
To file a bug report that is effective, ensure the following:
@@ -47,6 +47,7 @@ Since Sunbird is open source, there is always a possibility that you encounter m
4747
Before you raise an issue, make sure to check the following questions that are used for filing a bug report, answers to these allows you to file an efficient and clear in the process of filing bug reports.
4848

4949
### Issue Title
50+
5051
Everything starts with a title. It must be clear and descriptive so that you can get an idea of what the report is about at a glance. It also has to be clearly differentiated from all other existing bug reports. A good way to think about bug titles is that your bug report should atleast answer the following questions:
5152

5253
1. What is the problem?
@@ -96,9 +97,11 @@ So, ensure to:
9697
- Supplement your bug report with an image, audio, or crash log that helps others reproduce the issue, attach these files.
9798

9899
### Sunbird Version
100+
99101
The version of Sunbird in which you discovered the bug (e.g., 1.3). If you can reproduce the problem in more than one version, write down the earliest.
100102

101103
### Issue Category
104+
102105
A "bug report" is usually for when Sunbird does something which is not what it is expected to. An example of a bug could be: a link to a page, instead of opening it shows an error.
103106

104107
Tasks, feature requests and support requests are beyond the scope of this article.

pages/developer-docs/installation/install_sbbackend.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Let us setup the environment and then proceed with deploying the services.
3838

3939
**Setup Cassandra**
4040

41-
1. For step by step installation guide of refer to the official [website](http://cassandra.apache.org/doc/latest/getting_started/installing.html)
41+
1. For step by step installation guide of refer to the official [website](http://cassandra.apache.org/doc/latest/getting_started/installing.html){:target="_blank"}
4242
2. The official website guides you through the installation, and if you have done a successful install of Cassandra, now you need to start the server and open Cassandra CLI (Command Line Interface)
43-
3. Run [cassandra.cql](https://github.com/project-sunbird/sunbird-lms-mw/blob/master/actors/src/main/resources/cassandra.cql) file to create the required keyspace, tables and indices
43+
3. Run [cassandra.cql](https://github.com/project-sunbird/sunbird-lms-mw/blob/master/actors/src/main/resources/cassandra.cql){:target="_blank"} file to create the required keyspace, tables and indices
4444
4. Copy the following files to a temp folder in a Cassandra installed machine
4545

46-
- [pageMgmt.csv](https://github.com/project-sunbird/sunbird-lms-mw/blob/master/actors/src/main/resources/pageMgmt.csv)
47-
- [pageSection.csv](https://github.com/project-sunbird/sunbird-lms-mw/blob/master/actors/src/main/resources/pageSection.csv)
48-
- [pageSection.csv](https://github.com/project-sunbird/sunbird-lms-mw/blob/master/actors/src/main/resources/pageSection.csv)
46+
- [pageMgmt.csv](https://github.com/project-sunbird/sunbird-lms-mw/blob/master/actors/src/main/resources/pageMgmt.csv){:target="_blank"}
47+
- [pageSection.csv](https://github.com/project-sunbird/sunbird-lms-mw/blob/master/actors/src/main/resources/pageSection.csv) {:target="_blank"}
48+
- [pageSection.csv](https://github.com/project-sunbird/sunbird-lms-mw/blob/master/actors/src/main/resources/pageSection.csv){:target="_blank"}
4949

5050
Example: ```/tmp/cql/pageMgmt.csv and /tmp/cql/pageSection.csv ```
5151

@@ -62,7 +62,7 @@ Next section details about setting up the Elasticsearch on your local machine.
6262

6363
**Setup Elasticsearch**
6464

65-
1. For step by step installation guide of Elasticsearch refer to the official [website](https://www.elastic.co/guide/en/elasticsearch/reference/current/_installation.html)
65+
1. For step by step installation guide of Elasticsearch refer to the official [website](https://www.elastic.co/guide/en/elasticsearch/reference/current/_installation.html){:target="_blank"}
6666

6767
2. The official website guides you through the installation, and if you have done a successful install of Elasticsearch, you need to
6868
start the server and open Elasticsearch CLI (Command Line Interface)
@@ -82,7 +82,7 @@ Next section details about setting up the Keycloak on your local machine.
8282

8383
**Setup Keycloak**
8484

85-
1. For step by step installation guide of Keycloak refer to the official [website](http://www.keycloak.org/docs/3.3/server_installation/topics/installation/distribution-files-community.html)
85+
1. For step by step installation guide of Keycloak refer to the official [website](http://www.keycloak.org/docs/3.3/server_installation/topics/installation/distribution-files-community.html){:target="_blank"}
8686

8787
2. The official website guides you through the installation, and if you have done a successful install of Keycloak, now you need to start the server
8888

@@ -169,7 +169,7 @@ To run sunbird backend services, atleast you need to set the following environme
169169
18. sunbird_sso_publickey
170170
</pre>
171171

172-
Here, you can find the remaining [Environment Variable Values](https://github.com/project-sunbird/sunbird-utils/blob/master/common-util/src/main/resources/externalresource.properties)
172+
Here, you can find the remaining [Environment Variable Values](https://github.com/project-sunbird/sunbird-utils/blob/master/common-util/src/main/resources/externalresource.properties){:target="_blank"}
173173

174174
## Running Back-End Services Stack
175175

@@ -180,9 +180,9 @@ You can configure the Backend service by following these instructions:
180180

181181
Clone following repositories:
182182

183-
- [sunbird-utils](https://github.com/project-sunbird/sunbird-utils)
184-
- [sunbird-lms-service](https://github.com/project-sunbird/sunbird-lms-service)
185-
- [sunbird-lms-mw](https://github.com/project-sunbird/sunbird-lms-mw)
183+
- [sunbird-utils](https://github.com/project-sunbird/sunbird-utils){:target="_blank"}
184+
- [sunbird-lms-service](https://github.com/project-sunbird/sunbird-lms-service){:target="_blank"}
185+
- [sunbird-lms-mw](https://github.com/project-sunbird/sunbird-lms-mw){:target="_blank"}
186186

187187
188188
Make the builds in following order:
@@ -197,5 +197,5 @@ Clone following repositories:
197197

198198
## Testing the services
199199

200-
Run any API, e.g. create a user API and perform different actions on user using this [Postman collection](https://www.getpostman.com/collections/d314ef7df8fb02c9fa0f)
200+
Run any API, e.g. create a user API and perform different actions on user using this [Postman collection](https://www.getpostman.com/collections/d314ef7df8fb02c9fa0f){:target="_blank"}
201201

0 commit comments

Comments
 (0)