Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Sep 22, 2016
1 parent 22a53d1 commit 16c18e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,13 +1,13 @@
## [Redis StackOverflow](https://github.com/ServiceStackApps/RedisStackOverflow)
## [Redis StackOverflow](https://github.com/NetCoreApps/RedisStackOverflow)

> Mini StackOverflow Single Page App built using just ServiceStack + Redis
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/livedemos/redisstackoverflow.png)](http://redisstackoverflow.servicestack.net)

#### Features

- [1 Page jQuery](https://github.com/ServiceStackApps/RedisStackOverflow/blob/master/src/RedisStackOverflow/RedisStackOverflow/default.htm)
- [1 Redis Repository](https://github.com/ServiceStackApps/RedisStackOverflow/blob/master/src/RedisStackOverflow/RedisStackOverflow.ServiceInterface/IRepository.cs)
- [1 Page jQuery](https://github.com/NetCoreApps/RedisStackOverflow/blob/master/src/RedisStackOverflow/wwwroot/default.htm)
- [1 Redis Repository](https://github.com/NetCoreApps/RedisStackOverflow/blob/master/src/RedisStackOverflow.ServiceInterface/IRepository.cs)
- [ServiceStack.Redis C# Client](https://github.com/ServiceStack/ServiceStack.Redis)

Try it out live at: [redisstackoverflow.servicestack.net](http://redisstackoverflow.servicestack.net)
Expand Down
8 changes: 4 additions & 4 deletions src/RedisStackOverflow/wwwroot/default.htm
Expand Up @@ -376,10 +376,10 @@
</head>
<body>

<a href="https://github.com/ServiceStackApps" style="display:block;position:absolute;top:5px;left:10px;"><img
<a href="https://github.com/NetCoreApps" style="display:block;position:absolute;top:5px;left:10px;"><img
src="https://raw.githubusercontent.com/ServiceStack/Assets/master/img/apps/icon-home.jpg" alt="ServiceStack Home" /></a>

<a class="lnk-src" href="https://github.com/ServiceStackApps/RedisStackOverflow"><img src="Content/Images/btn-github.png" width="186" height="84" /></a>
<a class="lnk-src" href="https://github.com/NetCoreApps/RedisStackOverflow"><img src="Content/Images/btn-github.png" width="186" height="84" /></a>

<h1><a href="./">Redis StackOverflow</a></h1>

Expand Down Expand Up @@ -409,13 +409,13 @@ <h3>Top Tags</h3>
<h3>Application Features</h3>
<dl>
<dd>
<a href="https://github.com/ServiceStackApps/RedisStackOverflow/blob/master/src/RedisStackOverflow/RedisStackOverflow/default.htm">
<a href="https://github.com/NetCoreApps/RedisStackOverflow/blob/master/src/RedisStackOverflow/wwwroot/default.htm">
App uses only 1 static html page</a>
using only jQuery
</dd>
<dd>
Uses Redis for all data access.
<a href="https://github.com/ServiceStackApps/RedisStackOverflow/blob/master/src/RedisStackOverflow/RedisStackOverflow.ServiceInterface/IRepository.cs">
<a href="https://github.com/NetCoreApps/RedisStackOverflow/blob/master/src/RedisStackOverflow.ServiceInterface/IRepository.cs">
Fits in 1 C# class</a>
</dd>
<dd>
Expand Down

0 comments on commit 16c18e3

Please sign in to comment.