From b639b771b6b799629a7e7e9b4ab068bcda423d7c Mon Sep 17 00:00:00 2001 From: Omar Abdelhafith Date: Wed, 26 Jul 2017 22:43:17 +0100 Subject: Fixing links in readme and in theme.toml --- README.md | 4 ++-- theme.toml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b7a6836..368051b 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Github landing page is a theme for [Hugo](http://gohugo.io) to create landing pa A demo can be find here [Swiftline](http://swiftline.github.io) # Screenshot -![screenshot](https://raw.githubusercontent.com/oarrabi/github-project-landing-page/master/images/screenshot.png) +![screenshot](https://raw.githubusercontent.com/nsomar/github-project-landing-page/master/images/screenshot.png) # Costumization -Check [config.toml](https://github.com/oarrabi/github-project-landing-page/blob/master/exampleSite/config.toml) for available configuration. +Check [config.toml](https://github.com/nsomar/github-project-landing-page/blob/master/exampleSite/config.toml) for available configuration. Below is a description for each of them. Project description appears after project name diff --git a/theme.toml b/theme.toml index 6db4238..5657a2b 100644 --- a/theme.toml +++ b/theme.toml @@ -1,8 +1,8 @@ name = "Github project Page" license = "MIT" -licenselink = "https://github.com/swiftline/github-project-landing-page/blob/master/LICENSE.md" +licenselink = "https://github.com/nsomar/github-project-landing-page/blob/master/LICENSE.md" description = "An easy to use landing page theme for github hosted project." -homepage = "https://github.com/swiftline/github-project-landing-page" +homepage = "https://github.com/nsomar/github-project-landing-page" tags = ["company", "products", "landing page", "opensource"] features = ["github", "images" ] min_version= 0.1 @@ -12,6 +12,6 @@ min_version= 0.1 [original] author = "Omar Abdelhafith" - homepage = "https://github.com/swiftline/github-project-landing-page" - repo = "https://github.com/swiftline/github-project-landing-page" + homepage = "https://github.com/nsomar/github-project-landing-page" + repo = "https://github.com/nsomar/github-project-landing-page" -- cgit v1.2.3