From fb5ac7d697437ad4847f401859a8ad76b967c120 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 7 Mar 2015 22:12:37 -0500 Subject: Updated language module link and location. --- doc/.header.md | 2 +- src/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/.header.md b/doc/.header.md index 972b9a65..4a0e2097 100644 --- a/doc/.header.md +++ b/doc/.header.md @@ -6,7 +6,7 @@ * [Manual](manual.html) | * [API](api.html) | * [Source](http://foicica.com/hg/textadept) | -* [Language Modules](http://foicica.com/hg) | +* [Language Modules](http://foicica.com/hg/textadept_modules) | * [Stats](http://foicica.com/stats.html#Textadept) | * [Wiki](http://foicica.com/wiki/textadept) | * [Mailing List](http://foicica.com/lists) diff --git a/src/Makefile b/src/Makefile index 6a4f1e25..344df4db 100644 --- a/src/Makefile +++ b/src/Makefile @@ -338,7 +338,7 @@ osx-release: $(basedir).osx zip -r /tmp/$<.zip $< && rm -rf $< $(basedir).modules: mkdir -p $@/modules - hg archive -R /home/mitchell/code/ta_modules/ $@/modules + hg archive -R /home/mitchell/code/textadept_modules/ $@/modules modules-release: $(basedir).modules ; zip -r /tmp/$<.zip $< && rm -r $< osx-app: ../textadept ../textadeptjit ../textadept-curses \ -- cgit v1.2.3