Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Replace URL %20 to dash #949

Merged
merged 1 commit into from
Jan 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/services/nav.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import angular from 'angular'
{ 'href': '/community/design/', 'text': 'DESIGN', 'icon': require('../../assets/images/nav/book-design.svg') },
{ 'href': '/community/development/', 'text': 'DEVELOPMENT', 'icon': require('../../assets/images/nav/book-develop.svg') },
{ 'href': '/community/data-science/', 'text': 'DATA SCIENCE', 'icon': require('../../assets/images/nav/book-data.svg') },
{ 'href': '/community/competitive%20programming/', 'text': 'COMPETITIVE PROGRAMMING', 'icon': require('../../assets/images/nav/book-cp.svg') }
{ 'href': '/community/competitive-programming/', 'text': 'COMPETITIVE PROGRAMMING', 'icon': require('../../assets/images/nav/book-cp.svg') }
],
'community': [
{ 'sref': 'community.members', 'text': 'OVERVIEW', 'icon': require('../../assets/images/nav/members.svg') },
Expand Down
2 changes: 1 addition & 1 deletion app/sitemap/sitemap.jade
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
li
a(href="/community/data-science") Data Science
li
a(href="/community/competitive programming") Competitive Programming
a(href="/community/competitive-programming") Competitive Programming

section.sitemap-nav
h2.sitemap-header Community
Expand Down