Skip to content

Commit 76f73b2

Browse files
authored
Merge pull request #117 from Esri/links
fixes for a few broken links
2 parents fd9e45e + a08a857 commit 76f73b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ Both the project categories and search suggestions in http://esri.github.io are
66

77
<kbd>web-development</kbd> <kbd>data-management</kbd> <kbd>spatial-analysis</kbd> <kbd>publishing-sharing</kbd> <kbd>native-development</kbd>
88

9-
You can find a complete list of searchable topics in [`search-topics.yaml`](/src/data/search-topics.yaml). When a [topic](https://github.com/blog/2309-introducing-topics) is added to an Esri repository, it will be reflected in search immediately.
9+
You can find a complete list of searchable topics in [`search-topics.yml`](src/data/search-topics.yml). When a [topic](https://github.com/blog/2309-introducing-topics) is added to an Esri repository, it will be reflected in search immediately.
1010

1111
## Development
1212

1313
The website is generated using the open source static site generator [`acetate`](https://github.com/patrickarlt/acetate) and styled with the help of [`calcite-web`](https:esri.github.io/calcite-web/).
1414

1515
1. Fork and clone the project
16-
2. Install the [`package.json`](https://github.com/Esri/esri.github.io/blob/master/package.json) dependencies by running `npm install`
16+
2. Install the [`package.json`](package.json) dependencies by running `npm install`
1717
3. Run `npm start`. This will generate built pages in memory, launch the site on http://localhost:8000 and watch the raw source for changes.
1818
4. To create a build that will be saved to disk, use `grunt build`
1919

2020
## Architecture
2121

22-
Information for the case studies and featured projects can be found in [`projects.yml`](/src/data/projects.yaml)
22+
Information for the case studies and featured projects can be found in [`projects.yml`](src/data/projects.yml)
2323

2424
```yaml
2525
- title: R Analysis
@@ -31,9 +31,9 @@ Information for the case studies and featured projects can be found in [`project
3131
stars: 47
3232
```
3333
34-
Templated markup for the featured content is located in [`_macros.html`](/src/layouts/_macros.html)
34+
Templated markup for the featured content is located in [`_macros.html`](src/layouts/_macros.html)
3535

36-
For example, below we define a loop to generate 24 cards using information from `projects.yaml`
36+
For example, below we define a loop to generate 24 cards using information from `projects.yml`
3737
```html
3838
<div class="block-group block-group-4-up tablet-block-group-2-up phone-block-group-1-up">
3939
{% for project in projectInfo.projects %}

0 commit comments

Comments
 (0)